1
0
Fork 0
forked from Simnation/Main

Update style.css

This commit is contained in:
Nordi98 2025-08-03 18:36:37 +02:00
parent d20ebff48a
commit b8a89fb177

View file

@ -27,12 +27,10 @@ body {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%); /* Zentriere das Interface */
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%); background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
background: -webkit-linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
background: -moz-linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
border-radius: 20px; border-radius: 20px;
overflow: hidden; overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
@ -43,6 +41,7 @@ body {
max-height: 100vh; max-height: 100vh;
} }
/* Header */ /* Header */
.dj-header { .dj-header {
height: 60px; height: 60px;