mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Possible height fix for PatPat
This commit is contained in:
@@ -10,7 +10,7 @@ body{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
min-height: 100vmin;
|
||||
background: #333;
|
||||
background-image: url("./img/pc.jpg");
|
||||
background-repeat: no-repeat;
|
||||
@@ -157,7 +157,7 @@ span p{
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 100vmin;
|
||||
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user