0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Restore blank styling

This commit is contained in:
G.Ambatte
2025-03-18 10:02:29 +13:00
parent a705e3b9d8
commit a44056a64b
4 changed files with 20 additions and 0 deletions

View File

@@ -85,4 +85,9 @@
display : inline-block;
width : 100%;
}
.blank {
height : 1em;
margin-top: 0;
& + * { margin-top: 0; }
}
}

View File

@@ -59,6 +59,13 @@
padding-left : 1.25em;
list-style : square;
}
.blank {
height: 1em;
margin-top: 0;
& + * {
margin-top: 0;
}
}
}
}
}

View File

@@ -689,6 +689,7 @@
background-repeat : no-repeat;
background-size : contain;
}
.blank { height: 1.4em; }
h1 {
margin-bottom : 0.3cm;
font-family : 'NodestoCapsCondensed';

View File

@@ -437,6 +437,13 @@ body { counter-reset : page-numbers 0; }
margin-bottom : 1em;
& + * { margin-top : 0; }
}
.blank {
height: 1em;
margin-top: 0;
& + * {
margin-top: 0;
}
}
}
//*****************************