mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 05:42:40 +00:00
Change margin spacings between blocks from em to cm
This commit is contained in:
@@ -185,7 +185,7 @@ body {
|
|||||||
.useSansSerif();
|
.useSansSerif();
|
||||||
width : 100%;
|
width : 100%;
|
||||||
& + * {
|
& + * {
|
||||||
margin-top : 1em;
|
margin-top : 0.27cm;
|
||||||
}
|
}
|
||||||
thead{
|
thead{
|
||||||
display: table-row-group;
|
display: table-row-group;
|
||||||
@@ -523,7 +523,7 @@ body {
|
|||||||
margin-top : 2px; //Prevent top border getting cut off on colbreak
|
margin-top : 2px; //Prevent top border getting cut off on colbreak
|
||||||
margin-bottom : 2px;
|
margin-bottom : 2px;
|
||||||
& + * {
|
& + * {
|
||||||
margin-top : 1em;
|
margin-top : 0.27cm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//*****************************
|
//*****************************
|
||||||
|
|||||||
Reference in New Issue
Block a user