improved look on small devices

This commit is contained in:
NilsUeter
2024-02-18 11:04:37 +01:00
parent 1c2bea275e
commit 4588629f5e
3 changed files with 13 additions and 4 deletions
+9 -1
View File
@@ -219,7 +219,7 @@
}
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 640px) {
:root {
font-size: 9px;
line-height: 1.3;
@@ -232,5 +232,13 @@
padding-left: 0;
padding-right: 0;
}
.weapons-table th {
padding: 2px 0.2rem;
}
.weapons-table td {
padding: 1px 0.2rem;
}
}
}