Skip to content

Commit 887edf3

Browse files
authored
fix: mainnavigation placement in header w/o metanavigation (#490)
fix: mainnavigation placement in header w/o metanavigation #489
1 parent e3f2735 commit 887edf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_patterns/03-areas/00-header/header.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
padding-left: to-rem($pxValue: 16);
1515
padding-right: to-rem($pxValue: 16);
1616

17+
// We'll need to keep this for legacy reasons, to position the navigation even within a metanavigation included in header
18+
&::after {
19+
content: "";
20+
}
21+
1722
.elm-link {
1823
display: inline-block;
1924
}

0 commit comments

Comments
 (0)