Make title responsive

This commit is contained in:
Marc Fokkert
2024-05-30 07:29:05 +02:00
parent a4db3de8cd
commit 36da7e6009

View File

@@ -19,6 +19,11 @@ h1.names, {
padding-left: 18px; padding-left: 18px;
padding-right: 18px; padding-right: 18px;
} }
@media (max-width: 576px) {
display: flex;
flex-direction: column;
}
} }
h1, .subtitle { h1, .subtitle {