Skip to content

Commit

Permalink
fix: add color variable to new header__container class
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Dec 14, 2024
1 parent 3861011 commit 322af8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/styles/layouts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
font-family: $font-family-sans-serif;
}

.header__container {
background: var(--header-bg);
}

.header__inside {
align-items: center;
display: flex;
justify-content: space-between;
max-width: $nav-max-width;
margin: 0 auto;
padding: 3.5rem 1rem 1.5rem;

@media #{$breakpoint-large} {
padding: 3rem 1rem;
}
padding: 1.5rem 1rem;
}

.header__logo--img,
Expand Down

0 comments on commit 322af8f

Please sign in to comment.