web: a few responsive tweaks

This commit is contained in:
William Casarin 2022-11-12 14:41:42 -08:00
parent ddee626bf5
commit c9a46b48fd
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,11 @@
@media (max-width: 800px){
:root {
--fsSmall: 10px;
--fsNormal: 14px;
--fsReduced: 12px;
--fsEnlarged: 16px;
}
/* Utility */
.vertical-hide {
display: none;
@ -16,6 +23,7 @@
/* Navigation */
#nav {
flex-flow: row;
border-top: 1px solid var(--clrBorder);
border-right: none;
}
#nav > * {