Skip to content

Commit 21f49e9

Browse files
committed
tables padding polish
1 parent 555914c commit 21f49e9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/NpcData.module.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:root {
2+
--table-padding: 0.25rem;
3+
}
4+
15
.npcData {
26
display: flex;
37
flex-direction: column;
@@ -82,7 +86,7 @@
8286
}
8387

8488
.abilityTable td {
85-
padding: 0.75rem 0.5rem;
89+
padding: var(--table-padding);
8690
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
8791
}
8892

@@ -98,7 +102,7 @@
98102
}
99103

100104
.alignmentTable td {
101-
padding: 0.75rem 0.5rem;
105+
padding: var(--table-padding);
102106
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
103107
}
104108

0 commit comments

Comments
 (0)