[design] fix menu control height on small screens
This commit is contained in:
parent
583aa1131e
commit
b6863345e6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue