Minor mobile style fixes

This commit is contained in:
Misode
2020-07-14 16:25:41 +02:00
parent 0ece532392
commit 1ab9b15020
2 changed files with 15 additions and 9 deletions
+7 -7
View File
@@ -6,13 +6,13 @@
"advancement": "Advancement",
"dimension": "Dimension",
"dimension-type": "Dimension Type",
"worldgen/biome": "Worldgen Biome",
"worldgen/carver": "Worldgen Carver",
"worldgen/feature": "Worldgen Feature",
"worldgen/structure-feature": "Worldgen Structure Feature",
"worldgen/surface-builder": "Worldgen Surface Builder",
"worldgen/processor-list": "Worldgen Processor List",
"worldgen/template-pool": "Worldgen Template Pool",
"worldgen/biome": "Biome",
"worldgen/carver": "Carver",
"worldgen/feature": "Feature",
"worldgen/structure-feature": "Structure Feature",
"worldgen/surface-builder": "Surface Builder",
"worldgen/processor-list": "Processor List",
"worldgen/template-pool": "Template Pool",
"language": "Language",
"reset": "Reset",
"copy": "Copy",
+8 -2
View File
@@ -261,7 +261,7 @@ body {
}
.errors {
position: absolute;
position: fixed;
bottom: 17px;
right: 17px;
margin: 5px;
@@ -394,8 +394,14 @@ body {
}
}
@media screen and (max-width: 410px) {
@media screen and (max-width: 480px) {
.header-title h2 {
font-size: 18px;
}
}
@media screen and (min-width: 581px) and (max-width: 640px) {
.header-title h2 {
font-size: 22px;
}
}