2022-09-13 22:42:29 +02:00
parent ca30d11b4f
commit 298c753b24
5 changed files with 53 additions and 5 deletions

View File

@ -39,3 +39,11 @@ h6 {
font-variation-settings: 'wght' 600.0;
color: var(--yellow);
}
.height-title {
min-height: 50vh;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}