From 984908d24ddf3e3b6f5aa854816dd34de92547d3 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Silva Date: Thu, 13 Oct 2022 23:25:06 -0300 Subject: [PATCH] =?UTF-8?q?fix(home):=20arrumado=20a=20posi=C3=A7=C3=A3o?= =?UTF-8?q?=20do=20fundo-desktop2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/style.css | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index bfaaee4..044d13f 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -27,6 +27,24 @@ header a { width: 11%; } +figcaption { + line-height: 24px; +} + +footer { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + max-width: 100%; + height: 128px; + background-color: #000; +} + +figure { + text-align: center; +} + /* SECTION 1 */ .section1 img { @@ -90,10 +108,6 @@ header a { height: 80px; } -figcaption { - line-height: 24px; -} - /* SECTION 3 */ .fundo { @@ -149,23 +163,13 @@ figcaption { margin: 0 auto; } -figure .fundo-desktop2 { +.fundo-desktop2 { max-width: 80%; padding: 40px 0 70px 0; } /* FOOTER */ -footer { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - max-width: 100%; - height: 128px; - background-color: #000; -} - .container-text { color: #FFF; font-size: 10px; @@ -372,5 +376,4 @@ footer { .container-text { text-align: center; } -} - +} \ No newline at end of file