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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user