Merge branch 'new-vbox-resize' of ssh://git.mnml.gg:40022/~/mnml into new-vbox-resize

This commit is contained in:
Mashy 2019-11-22 15:47:46 +10:00
commit b42c4e76e7

View File

@ -207,4 +207,12 @@
line-height: initial;
}
}
}
@media (min-width: 2000px) {
.vbox {
button {
height: 4.5em;
}
}
}