mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 02:02:43 +00:00
Adding stlying to make the spell blocks a little tighter
This commit is contained in:
@@ -283,7 +283,7 @@ table {
|
||||
padding-left: 0.1em;
|
||||
}
|
||||
.phb table tbody tr td {
|
||||
padding: 0.2em 0em;
|
||||
padding: 0.2em 0.1em;
|
||||
}
|
||||
.phb table tbody tr:nth-child(odd) {
|
||||
background-color: #e0e5c1;
|
||||
@@ -480,3 +480,6 @@ table {
|
||||
-ms-column-break-inside: avoid;
|
||||
column-break-inside: avoid;
|
||||
}
|
||||
.phb h4 + p + hr + ul {
|
||||
margin-top: -0.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user