0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +00:00

automatic linting

This commit is contained in:
Víctor Losada Hernández
2024-04-02 14:47:03 +02:00
parent 8a15172db1
commit 85a00b508b

View File

@@ -532,16 +532,14 @@
.page:has(.frontCover) {
columns : 1;
text-align : center;
&:after {
display: none;
}
&::after { display : none; }
h1 {
margin-top : 1.2cm;
margin-bottom : 0;
font-family : 'NodestoCapsCondensed';
font-size : 2.245cm;
line-height : 1.9cm;
font-weight : normal;
line-height : 1.9cm;
color : white;
text-shadow : unset;
text-transform : uppercase;
@@ -628,9 +626,7 @@
.page:has(.insideCover) {
columns : 1;
text-align : center;
&:after {
display : none;
}
&::after { display : none; }
h1 {
margin-top : 1.2cm;
margin-bottom : 0;
@@ -674,9 +670,9 @@
// *****************************/
.page:has(.backCover) {
padding : 2.25cm 1.3cm 2cm 1.3cm;
color : #fff;
color : #FFFFFF;
columns : 1;
&::after { display: none; }
&::after { display : none; }
.columnWrapper { width : 7.6cm; }
.backCover {
position : absolute;
@@ -692,7 +688,7 @@
margin-bottom : 0.3cm;
font-family : 'NodestoCapsCondensed';
font-size : 1.35cm;
line-height: 1.28cm;
line-height : 1.28cm;
color : #ED1C24;
text-align : center;
}
@@ -716,9 +712,9 @@
border : none;
}
p {
font-family: 'Overpass';
font-size: 0.332cm;
line-height: 0.35cm;
font-family : 'Overpass';
font-size : 0.332cm;
line-height : 0.35cm;
}
hr + p {
margin-top : 0.6cm;
@@ -743,10 +739,10 @@
font-family : 'NodestoCapsWide';
font-size : 0.4cm;
line-height : 1em;
line-height : 1.28cm;
color : #FFFFFF;
text-align : center;
text-indent : 0;
line-height : 1.28cm;
}
}
}