0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 23:22:40 +00:00

Further tweaking, use cm instead of px, top-margin when possible

This commit is contained in:
Trevor Buckner
2021-08-09 00:31:08 -04:00
parent e2280dca39
commit 175b2f8664

View File

@@ -355,9 +355,6 @@ body {
.useColumns(0.96);
}
hr+hr+blockquote{
.useColumns(0.96);
}
//*****************************
// * FOOTER
// *****************************/
@@ -420,10 +417,6 @@ body {
white-space : pre-wrap
}
pre{
margin-bottom : 10px;
}
pre code{
width : 100%;
display : block;
@@ -432,6 +425,9 @@ body {
border-image-width : 10px;
border-image-outset : 2px;
border-radius : 12px;
& + * {
margin-top : 1em;
}
}
//*****************************
// * EXTRAS
@@ -542,9 +538,7 @@ body {
break-inside : avoid;
h1 {
text-align : center;
margin-bottom : 0.1cm;
+ ul{
margin-top : 20px;
margin-bottom : 0cm;
}
a{
display : table;
@@ -555,7 +549,13 @@ body {
}
}
h4 {
margin-top : 0.1cm;
margin-top : 0.14cm;
& + ul li {
line-height: 1.2em;
}
}
& > ul {
margin-top: 0.52cm;
}
ul{
padding-left : 0;
@@ -575,7 +575,7 @@ body {
&::after {
content : "";
position : absolute;
bottom : 0.08cm; /* Set as you want */
bottom : 0.08cm;
margin-left : 0.06cm; /* Spacing before dot leaders */
width : 100%;
border-bottom : 0.05cm dotted #000;
@@ -587,7 +587,7 @@ body {
font-weight : normal;
color : black;
text-align : right;
vertical-align : bottom; /* Keep Price text bottom-aligned */
vertical-align : bottom; /* Keep page number bottom-aligned */
width : 1%;
padding-left : 0.06cm; /* Spacing after dot leaders */
/*white-space : nowrap; /* Uncomment if needed */