More text

This commit is contained in:
2022-10-29 22:17:00 +02:00
parent 47f8fdb900
commit b248bc8742
3 changed files with 14 additions and 2 deletions

View File

@ -51,7 +51,7 @@
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
justify-content: space-evenly;
.divider {
margin: 0 10px;

View File

@ -4,4 +4,9 @@
flex-wrap: wrap;
justify-content: space-evenly;
padding: 0;
}
.frontText {
font-size: 1.1em;
line-height: 1.5;
}