profile edit fixes

This commit is contained in:
2024-07-20 10:04:17 +02:00
parent 58e8bbbbef
commit 884f0711d9
2 changed files with 10 additions and 4 deletions
+6 -2
View File
@@ -7,7 +7,6 @@ body {
display: block;
background-color: #000084;
font-family: "Pixelated MS Sans Serif", Arial;
margin: 10px;
color: #bbb;
font-size: 1rem;
height: 100vh;
@@ -36,12 +35,17 @@ body {
color: #000084;
padding: 1rem;
box-shadow: 1rem 1rem black;
margin: 1rem;
margin: 2rem;
text-align: center;
align-self: center;
}
#bsod div {
margin: 0.5rem 0;
}
#bsod .continue {
text-align: center;
font-size: 1.5rem;
margin: 2rem;
}