Skip to content

Commit

Permalink
Using 'vw' to better align items
Browse files Browse the repository at this point in the history
  • Loading branch information
loginesta committed Feb 14, 2025
1 parent c8fd65d commit 36ab5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ header nav .nav-sections .active-submenu {
header nav .nav-sections .active-submenu button::after {
content: '✕';
position: absolute;
right: 3em;
right: 8vw;
}

header nav .nav-sections .active-submenu button {
Expand All @@ -608,7 +608,7 @@ header nav .nav-sections .active-submenu {
padding: 0 2em 1em;
position: relative;
text-align: left;
width: 117%;
width: 102vw;
}

header nav .nav-sections .active-submenu ul > li.nav-drop::after {
Expand Down

0 comments on commit 36ab5b4

Please sign in to comment.