Hopefully fixing scrolling on mobile

This commit is contained in:
2024-10-22 23:51:32 +02:00
parent b3fbcd310f
commit 3dfe1f5bc9
5 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ body{
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 100vh;
min-height: 100dvh;
background-color: #333;
background-image: url("./pc.jpg");
background-repeat: no-repeat;
@@ -118,7 +118,7 @@ button{
.gameBack{
padding: 1rem;
height: 400px;
width: 300px;
width: 275px;
display: flex;
justify-content: space-around;
align-items: center;