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
+1 -1
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;
}
+1 -1
View File
@@ -1,4 +1,4 @@
@media (max-height: 800px), (max-width: 1000px) {
@media (max-width: 1000px) {
.instance {
font-size: 8pt;
display: grid;
+1 -1
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%;
}
+1 -1
View File
@@ -1,4 +1,4 @@
@media (max-height: 800px), (max-width: 800px) {
@media (max-width: 800px) {
#mnml {
font-size: 10pt;
padding: 0;