1
0
Fork 0
forked from Simnation/Main

Update style.css

This commit is contained in:
Nordi98 2025-08-03 18:49:53 +02:00
parent 14b352579a
commit 48f049e839

View file

@ -25,9 +25,9 @@ body {
width: 1000px; /* Standard-Breite */
height: 700px; /* Standard-Höhe */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Zentriere das Interface */
top: 60%; /* Statt 50% - weiter unten */
left: 60%; /* Statt 50% - weiter rechts */
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);