#14 hero > titles > mobile - text-align left

This commit is contained in:
isUnknown 2024-11-04 14:06:53 +01:00
parent dea8eea560
commit 6609b5cf7c

View file

@ -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);