1
0
Fork 0
forked from Simnation/Main

Update style.css

This commit is contained in:
Nordi98 2025-08-03 18:54:36 +02:00
parent 48f049e839
commit 009bc72563

View file

@ -25,8 +25,8 @@ body {
width: 1000px; /* Standard-Breite */ width: 1000px; /* Standard-Breite */
height: 700px; /* Standard-Höhe */ height: 700px; /* Standard-Höhe */
position: absolute; position: absolute;
top: 60%; /* Statt 50% - weiter unten */ top: 80%; /* Statt 50% - weiter unten */
left: 60%; /* Statt 50% - weiter rechts */ left: 80%; /* Statt 50% - weiter rechts */
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
display: flex; display: flex;
flex-direction: column; flex-direction: column;