Skip to content

Commit

Permalink
Fixes header min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoss-nc committed Dec 10, 2024
1 parent c0f63aa commit a07ef49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
header {
--header-border-bottom-size: 2px;

min-height: 84px;
border-bottom: var(--header-border-bottom-size) solid var(--col-neutral20);
}

.nav-wrapper {
position: relative;
min-height: 84px;
background-color: var(--background-color);
}

Expand Down

0 comments on commit a07ef49

Please sign in to comment.