0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 01:52:42 +00:00

Adding stlying to make the spell blocks a little tighter

This commit is contained in:
Scott
2016-01-17 10:09:34 -05:00
parent d5ceed55e4
commit 4a773d0a92
3 changed files with 37 additions and 19 deletions

View File

@@ -330,4 +330,8 @@
-ms-column-break-inside : avoid;
column-break-inside : avoid;
}
//Better spacing for spell blocks
h4+p+hr+ul{
margin-top:-0.5em
}
}