remove align items from main

This commit is contained in:
Mystikfluu 2022-07-09 16:12:47 +02:00
parent 4a80481d62
commit 3fa8db2971
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ li a {
} }
.totib { .totib {
align-items: baseline;
margin-top: 6.5%; margin-top: 6.5%;
} }

View File

@ -36,7 +36,7 @@ button {
main { main {
display: flex; display: flex;
align-items: center; /* align-items: center; */
justify-content: center; justify-content: center;
height: 75vh; height: 75vh;
width: 100%; width: 100%;