Possible height fix for PatPat

This commit is contained in:
2024-10-21 17:34:41 +02:00
parent 180f429aeb
commit b3fbcd310f

View File

@@ -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);
}