diff --git a/assets/css/src/hero.css b/assets/css/src/hero.css index e77fdae..f1d3a60 100644 --- a/assets/css/src/hero.css +++ b/assets/css/src/hero.css @@ -76,8 +76,9 @@ } @media screen and (max-width: 1085px) { - .hero__text h2 { - text-align: center; + .hero__text h2, + .hero__text h3 { + text-align: left !important; } .hero__text h2.big { font-size: calc(var(--font-size-xxl) / 1.2);