From ef3585e5e6ba1cf9c627a387e12f20df20185f7d Mon Sep 17 00:00:00 2001 From: Gabriel Lehmann Date: Mon, 10 Oct 2022 21:21:57 -0300 Subject: [PATCH] feat: made responsive info-section --- style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5441cd8..faf421a 100644 --- a/style.css +++ b/style.css @@ -58,8 +58,9 @@ header{ font-weight: 400; font-size: 16px; line-height: 24px; - max-width: 766px; + max-width: 54%; padding: 28px 0 73px; + margin: 0 auto; } @@ -74,4 +75,23 @@ header{ display: unset; width: 100%; } + + .info-section h2{ + max-width: unset; + font-size: 20px; + line-height: 24px; + } + + .info-section h1{ + font-size: 28px; + line-height: 34px; + } + + .info-section p{ + max-width: unset; + padding: 12px 28px 65px; + font-size: 16px; + line-height: 24px; + text-align: center; + } } \ No newline at end of file