0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 06:12:51 +00:00

Add checkerboard behind image to show position

This commit is contained in:
Trevor Buckner
2022-09-16 00:30:39 -04:00
parent aba2746f89
commit d079985e6c
3 changed files with 13 additions and 35 deletions

View File

@@ -725,24 +725,6 @@ body {
}
}
//*****************************
// * MUSTACHE DIVS/SPANS
// *****************************/
.page {
.block {
break-inside : avoid;
display : inline-block;
.page :where(&) {
width : 100%;
}
//-webkit-transform : translateZ(0); //Prevents shadows from breaking across columns
}
.inline-block {
display : inline-block;
text-indent : initial;
}
}
//*****************************
// * DEFINITION LISTS
// *****************************/