web: a few responsive tweaks
This commit is contained in:
parent
ddee626bf5
commit
c9a46b48fd
2 changed files with 10 additions and 2 deletions
|
@ -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 > * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue