add bottom margin on moible without drawer

This commit is contained in:
madrilene 2024-09-19 11:01:42 +02:00
parent dec33b1f2d
commit 0bbd38bb8e

View file

@ -161,6 +161,7 @@ assumes that the button doesnt exist without JS, making the list the first ch
--nav-list-shadow: none;
--nav-list-visibility: visible;
--nav-list-transform: translateX(0);
margin-block-end: var(--space-2xs);
}
.mainnav ul:first-child [aria-current='page'],