Seemingly ready for release

This commit is contained in:
Henry Hiles 2023-04-21 10:39:20 -04:00
parent 06dd7cdc46
commit 7b39416dc9
6 changed files with 51 additions and 36 deletions

View file

@ -13,8 +13,12 @@
gap: 20px;
}
.nav [aria-hidden="true"] {
display: none;
}
@media (min-width: 600px) {
.nav[data-expanded="false"] {
.nav[aria-expanded="false"] {
padding: 1rem;
width: unset;
top: 10px;
@ -23,7 +27,7 @@
padding: 0;
}
.nav[data-expanded="true"] {
.nav[aria-expanded="true"] {
font-size: 1.5em;
}