0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 20:38:37 +00:00

i forgot to change file extensions

This commit is contained in:
Victor Losada Hernandez
2023-02-11 00:48:52 +01:00
parent e610194ace
commit 3d6842bf86
5 changed files with 8 additions and 7 deletions

View File

@@ -689,7 +689,7 @@
.coverPage {
position: absolute;
inset: 0;
padding: 90px 0px;
padding: 125px 0px;
display: flex;
flex-direction: column;
align-items: center;
@@ -708,15 +708,15 @@
&:before {
background-image: @homebreweryLogo;
background-position: center;
background-size: 60px;
background-size: 75px;
background-repeat: no-repeat;
position: absolute;
top: 15px;
content: '';
display: block;
height: 70px;
height: 90px;
width: 100%;
filter: drop-shadow(0 0 10px black);
filter: drop-shadow(0 0 5px black);
}
h1 {
--shadow-x0: #000 0px 0px 3.5px;
@@ -745,6 +745,7 @@
width: 450px;
border: none;
margin: 2px auto -24px;
filter: drop-shadow(0 0 5px black);
}
h2 {
--shadow-x0: #000 0px 0px 2.5px;