forked from Simnation/Main
Update style.css
This commit is contained in:
parent
48f049e839
commit
009bc72563
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue