[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

View File

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