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