Skip to content

Commit

Permalink
fix: use container-xxl for header component
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 9, 2024
1 parent d1d4114 commit 10981a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
data-bs-target="#header-nav-wrapper">
@if (showSlim) {
<div class="it-header-slim-wrapper" [class.theme-light]="light">
<div class="container">
<div class="container-xxl">
<div class="row">
<div class="col-12">
<div class="it-header-slim-wrapper-content">
Expand Down

0 comments on commit 10981a0

Please sign in to comment.