1
Fork 0

Prevent subtitle overflowing on lower width devices.

This commit is contained in:
Bauke 2022-10-25 23:54:46 +02:00
parent 7d3a89f2b6
commit bcf68d985a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
@media (max-width: mixins.$medium-breakpoint) {
height: 50vh;
.subtitle {
flex-direction: column;
}
}
h1 {