0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 21:12:49 +00:00

Change .coverPage to .frontCover, clean CSS

This commit is contained in:
Trevor Buckner
2023-03-30 17:22:35 -04:00
parent 0fbda91169
commit a1476582b0
3 changed files with 6 additions and 14 deletions

View File

@@ -678,9 +678,9 @@ h5 + table{
}
}
//*****************************
// * COVER PAGE
// * FRONT COVER PAGE
// *****************************/
.page:has(.coverPage) {
.page:has(.frontCover) {
columns : 1;
text-align : center;
&:after {
@@ -772,17 +772,9 @@ h5 + table{
width : 100%;
}
}
.columnWrapper > p img {
position : absolute;
bottom : 0;
left : 0;
height : 100%;
min-width : 100%;
z-index : -1;
}
}
//*****************************
// * INSIDE COVER PAGE
// * INSIDE COVER PAGE
// *****************************/
.page:has(.insideCover) {
columns : 1;