0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 21:12:41 +00:00

Change margin spacings between blocks from em to cm

This commit is contained in:
Trevor Buckner
2021-09-09 00:25:52 -04:00
parent 7a44e37970
commit 4fae5332fc

View File

@@ -185,7 +185,7 @@ body {
.useSansSerif();
width : 100%;
& + * {
margin-top : 1em;
margin-top : 0.27cm;
}
thead{
display: table-row-group;
@@ -523,7 +523,7 @@ body {
margin-top : 2px; //Prevent top border getting cut off on colbreak
margin-bottom : 2px;
& + * {
margin-top : 1em;
margin-top : 0.27cm;
}
}
//*****************************