[design] fix menu control height on small screens

This commit is contained in:
zombieFox 2019-02-03 14:56:31 +00:00
parent 583aa1131e
commit b6863345e6
1 changed files with 4 additions and 1 deletions

View File

@ -79,7 +79,6 @@
padding-bottom: 1em;
border-radius: 0;
flex-grow: 1;
flex-basis: 0;
}
.menu-nav-button:first-child {
@ -117,6 +116,10 @@
grid-template-columns: repeat(2, 1fr);
margin-bottom: 10vh;
}
.menu-nav-button {
flex-basis: 0;
}
}
@media (min-width: 900px) {