Update style.css

This commit is contained in:
Andyyy7666
2022-04-11 15:34:42 +02:00
committed by GitHub
parent 839884d60a
commit 670f1d1420

View File

@@ -103,6 +103,7 @@ body {
border: none;
border-radius: 0.5vh;
transition: 0.3s;
white-space: nowrap;
}
.createdButtonEdit {
@@ -139,8 +140,7 @@ body {
.characterMenu {
height: 60%;
width: 50vw;
margin-top: 15vh;
margin-left: 40vw;
margin: auto 0 auto 40vw;
background-color: rgba(2, 2, 2, 0.911);
border-radius: 3vh;
}
@@ -243,8 +243,7 @@ body {
.spawnMenu {
height: 39%;
width: 40vw;
margin-top: 15vh;
margin-left: 40vw;
margin: auto 0 auto 40vw;
background-color: rgba(2, 2, 2, 0.911);
border-radius: 3vh;
}