diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-03 00:56:09 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-03 00:56:09 +0100 |
| commit | 93238b11930e25ae835f56e6dfad84bae2f97a6b (patch) | |
| tree | 7c07492533c8de6b0a73bb1e0d13efde0b4e44b2 /layouts/partials/header.html | |
| parent | 2763ae085bc157712571b42ff0d77481a31160bc (diff) | |
Add transition and max-height to header and nav-socials
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e3b55c7..c65c1e4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,6 @@ <header class="collapsed"> <div id="brand"> - <button id="mobile-menu" type="button"> + <button id="mobile-menu" type="button" aria-controls="nav-pages nav-socials"> <img src="/icons/menu-2.svg" alt="Menu" width="24" height="24" /> </button> |
