diff --git a/css/styles.css b/css/styles.css index 465a511..c710e1f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4538,7 +4538,7 @@ dl, ol, ul { } .hero-big__content { - max-width: 40em; + max-width: 50em; } .hero-big__title { diff --git a/sass/components/_hero.scss b/sass/components/_hero.scss index b7fa551..30d1c53 100644 --- a/sass/components/_hero.scss +++ b/sass/components/_hero.scss @@ -74,7 +74,7 @@ } .hero-big__content { - max-width: 40em; + max-width: 50em; } .hero-big__title {