mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-04 14:42:53 +00:00
Minor mobile style fixes
This commit is contained in:
+7
-7
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user