improved look on small devices

This commit is contained in:
NilsUeter
2024-02-18 12:01:05 +01:00
parent 4588629f5e
commit 280aa70b44
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -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,
+2
View File
@@ -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;
} }
} }