diff --git a/styles/main.css b/styles/main.css index 1c37689..072bbed 100644 --- a/styles/main.css +++ b/styles/main.css @@ -57,7 +57,6 @@ body{ font-weight: 400; font-size: 16px; line-height: 24px; - text-align: left; } .top-infocard-figure{ @@ -72,12 +71,40 @@ body{ .main-banner-desktop{ display: none; } + + .top-infocard-text{ + max-width: 86%; + } + + .top-infocard-subtitle{ + font-weight: 400; + font-size: 20px; + line-height: 24px; + } + + .top-infocard-title{ + font-size: 28px; + line-height: 34px; + margin-bottom: 46px; + } + + .top-infocard-figure{ + max-width: 58%; + } + + .top-infocard-image{ + max-width: 100%; + } } @media screen and (min-width: 1025px){ .main-banner-mobile{ display: none; } + + .top-infocard-description{ + text-align: left; + } } @media screen and (min-width: 2500px){