0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 11:02:42 +00:00

Give inter-block margins for spacing priority over margins for borders

This commit is contained in:
Trevor Buckner
2021-09-11 00:34:33 -04:00
parent 6237df953e
commit 39eae73978
3 changed files with 41 additions and 15 deletions

View File

@@ -28,6 +28,10 @@ pre {
.page {
padding-bottom:.5cm;
}
.page p + pre {
margin-top : 0.1cm;
}
```
# changelog