remove height media

This commit is contained in:
ntr 2019-06-04 18:26:29 +10:00
parent 841aa40cf0
commit a754ee4c7e
4 changed files with 4 additions and 4 deletions

View File

@ -396,7 +396,7 @@
*/
@media (max-height: 800px), (max-width: 1000px) {
@media (max-width: 1000px) {
.game {
grid-template-rows: 1fr 0.2fr 1.5fr;
}

View File

@ -1,4 +1,4 @@
@media (max-height: 800px), (max-width: 1000px) {
@media (max-width: 1000px) {
.instance {
font-size: 8pt;
display: grid;

View File

@ -559,7 +559,7 @@ footer button .ready {
color: black;
}
@media (max-height: 900px), (max-width: 1500px) {
@media (max-width: 1500px) {
#mnml {
font-size: 75%;
}

View File

@ -1,4 +1,4 @@
@media (max-height: 800px), (max-width: 800px) {
@media (max-width: 800px) {
#mnml {
font-size: 10pt;
padding: 0;