improved look on small devices
This commit is contained in:
+1
-2
@@ -355,9 +355,8 @@ const Unit = ({ unit, index, catalog, onePerPage, forceRules }) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="pt-5"
|
className="flex-[1.2] pt-5"
|
||||||
style={{
|
style={{
|
||||||
flex: "1",
|
|
||||||
borderRight: "2px solid var(--primary-color)",
|
borderRight: "2px solid var(--primary-color)",
|
||||||
position: "relative",
|
position: "relative",
|
||||||
paddingBottom: 40,
|
paddingBottom: 40,
|
||||||
|
|||||||
@@ -234,10 +234,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.weapons-table th {
|
.weapons-table th {
|
||||||
|
font-size: 0.9em;
|
||||||
padding: 2px 0.2rem;
|
padding: 2px 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weapons-table td {
|
.weapons-table td {
|
||||||
|
font-size: 0.95em;
|
||||||
padding: 1px 0.2rem;
|
padding: 1px 0.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user