Skip to content

Commit 26f9252

Browse files
committed
refactor: update subcomponents heights
1 parent 4d33268 commit 26f9252

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/_header.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
min-height: $header-min-height - (2 * $header-padding-y);
3636
}
3737

38+
.container:nth-child(1n+2),
39+
.container-fluid:nth-child(1n+2) {
40+
min-height: $subheader-min-height - (2 * $header-padding-y);
41+
}
42+
3843
&.header-sticky {
3944
position: sticky;
4045
top: 0;

0 commit comments

Comments
 (0)