improved look on small devices
This commit is contained in:
+9
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user