generated from partypages/party-template
Fix viewport issues, again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32d3c8705e
commit
218a153c03
@ -1,6 +1,6 @@
|
|||||||
.loading {
|
.loading {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100svh;
|
height: 100dvh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
@ -86,7 +86,7 @@ input[type="radio"]:checked+label {
|
|||||||
background-image: url("assets/background.jpg");
|
background-image: url("assets/background.jpg");
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100svh;
|
height: 100dvh;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
filter: blur(7px) contrast(70%);
|
filter: blur(7px) contrast(70%);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
Loading…
Reference in New Issue
Block a user