Skip to content

Commit e07c7ec

Browse files
committed
fix: wrong nth-child value
1 parent 993069d commit e07c7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
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) {
38+
.container:nth-child(n+2),
39+
.container-fluid:nth-child(n+2) {
4040
min-height: $subheader-min-height - (2 * $header-padding-y);
4141
}
4242

0 commit comments

Comments
 (0)