Prevent subtitle overflowing on lower width devices.
This commit is contained in:
parent
7d3a89f2b6
commit
bcf68d985a
|
@ -13,6 +13,10 @@
|
||||||
|
|
||||||
@media (max-width: mixins.$medium-breakpoint) {
|
@media (max-width: mixins.$medium-breakpoint) {
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in New Issue