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:
@@ -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;
|
||||
}
|
||||
}
|
||||
//*****************************
|
||||
|
||||
Reference in New Issue
Block a user