Skip to content

Commit b89b619

Browse files
committed
Remove .nav-wrapper position in desktop CSS
Delete the `position: relative` rule for `header .nav-wrapper` inside the desktop (@media width >= 900px) media query in blocks/header/header.css. This cleans up redundant positioning that could interfere with header layout at larger viewports.
1 parent 389a9d1 commit b89b619

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

blocks/header/header.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -684,10 +684,6 @@ header nav .nav-tools .nav-language-menu a:focus-visible {
684684

685685
/* desktop: 900px */
686686
@media (width >= 900px) {
687-
header .nav-wrapper {
688-
position: relative;
689-
}
690-
691687
header nav {
692688
display: flex;
693689
justify-content: space-between;

0 commit comments

Comments
 (0)