1
0
Fork 0
forked from Simnation/Main

Update style.css

This commit is contained in:
Nordi98 2025-08-03 18:59:18 +02:00
parent 009bc72563
commit f38edae32c

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: 80%; /* Statt 50% - weiter unten */ top: 100%; /* Statt 50% - weiter unten */
left: 80%; /* Statt 50% - weiter rechts */ left: 100%; /* Statt 50% - weiter rechts */
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
display: flex; display: flex;
flex-direction: column; flex-direction: column;