make tables display slightly better in the dungeon theme

this might be worth moving into the non-basic themes
This commit is contained in:
2024-11-19 22:59:48 -06:00
parent a805f0d6df
commit a0383e66eb

View File

@@ -15,6 +15,10 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1.2em;
}
table {
width: 100%;
}
.dungeon h2 ~ p {
margin: 0.5em 0;
}