0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 12:22:44 +00:00

Restore padding to code blocks

This commit is contained in:
Trevor Buckner
2023-12-11 15:45:39 -05:00
parent 75ed555de1
commit 0775f9ee1b

View File

@@ -448,6 +448,8 @@
border-image : @codeBorderImage 26 stretch;
border-image-width : 10px;
border-image-outset : 2px;
margin-bottom: 2px;
padding: 0.15cm;
.page :where(&) {
margin-top : 2px; //Prevent top border getting cut off on colbreak
}