CSS fix for games and almost everything...

This commit is contained in:
2024-11-13 09:10:23 +01:00
parent 3dfe1f5bc9
commit da0386b246
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ body{
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 100vmax;
min-height: 100dvh;
background: #333;
background-image: url('./pc.jpg');
background-repeat: no-repeat;