made navbar elements fit horizontally for mobile, subject to reversion if I add more elements

This commit is contained in:
Akhil Manthina 2025-08-25 18:10:13 -07:00
parent 0fadf3e22c
commit 4f522ec0ca

View File

@ -63,11 +63,13 @@
padding: 0;
list-style: none;
/*
@media only screen and (max-width: 480px) {
&:not(:has(.circle)) {
flex: 0 0 100%;
}
}
}
*/
}
a,