Compare commits

...

2 commits

Author SHA1 Message Date
336c0c0db5
Changed burger positioning
All checks were successful
/ publish (push) Successful in 13s
/ checking (push) Successful in 58s
/ build-site (push) Successful in 3m7s
2024-01-01 18:49:14 +01:00
11b12e55b8
Added tabindex back 2024-01-01 18:47:00 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -113,8 +113,8 @@ const hamburger_src_url = `url("${hamburger.src}")`;
height: 2em;
position: static;
align-self: flex-start;
padding-right: 1em;
padding-top: 2.5em;
padding-right: 1rem;
padding-top: 2rem;
}
@media (min-width: 1140px) {

View file

@ -28,6 +28,7 @@ const fulllink = `/${slug}`
aria-label={text}
class={currPage}
role="menuitem"
tabindex="0"
>
<div class="icon"></div>
{text}