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