forked from Simnation/Main
Update style.css
This commit is contained in:
parent
009bc72563
commit
f38edae32c
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ body {
|
|||
width: 1000px; /* Standard-Breite */
|
||||
height: 700px; /* Standard-Höhe */
|
||||
position: absolute;
|
||||
top: 80%; /* Statt 50% - weiter unten */
|
||||
left: 80%; /* Statt 50% - weiter rechts */
|
||||
top: 100%; /* Statt 50% - weiter unten */
|
||||
left: 100%; /* Statt 50% - weiter rechts */
|
||||
transform: translate(-50%, -50%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue