changed .hero_title max-width from 14ch to 18ch

This commit is contained in:
2026-03-27 17:06:36 +01:00
parent ae311104f2
commit ce9ef58461

View File

@ -98,7 +98,7 @@ img {
.hero__title {
margin: 0;
max-width: 14ch;
max-width: 18ch;
text-align: center;
color: #fff;
font-size: clamp(2.8rem, 6vw, 6.6rem);