0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 04:22:44 +00:00

Move curly CSS up so they don't overwrite styles

This commit is contained in:
Trevor Buckner
2023-01-07 00:25:46 -05:00
parent e4a9c73f56
commit aa23da6ce4

View File

@@ -15,6 +15,21 @@ body {
-webkit-print-color-adjust : exact;
}
//*****************************
// * MUSTACHE DIVS/SPANS
// *****************************/
.page {
.block {
break-inside : avoid;
display : inline-block;
width : 100%;
}
.inline-block {
display : inline-block;
text-indent : initial;
}
}
.useColumns(@multiplier : 1, @fillMode: balance){
column-fill : @fillMode;
column-count : 2;
@@ -25,6 +40,7 @@ body {
columns : inherit;
column-gap : inherit;
}
.page{
.useColumns();
height : 279.4mm;
@@ -309,21 +325,6 @@ body {
}
}
//*****************************
// * MUSTACHE DIVS/SPANS
// *****************************/
.page {
.block {
break-inside : avoid;
display : inline-block;
width : 100%;
}
.inline-block {
display : inline-block;
text-indent : initial;
}
}
//*****************************
// * DEFINITION LISTS
// *****************************/