make tables display slightly better in the dungeon theme

this might be worth moving into the non-basic themes
This commit is contained in:
Brian S. Stephan 2024-11-19 22:59:48 -06:00
parent a805f0d6df
commit a0383e66eb
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

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;
}