fix display errors

This commit is contained in:
Christoph Hagen
2022-03-26 20:15:27 +01:00
parent 9586e80569
commit 8e784ce162
3 changed files with 14 additions and 2 deletions

View File

@ -17,9 +17,17 @@ body {
margin: 0;
height: 100vh;
background: linear-gradient(160deg, #784141, #271c27);
display: flex;
align-items: center;
overflow: hidden;
width: 100%;
}
.centering {
display: flex;
align-items: center;
padding: 0;
margin: 0;
height: 100vh;
width: 100%;
}
.texts {