From 36a44b5ca293a069ddac9e5ae78505313dbd136e Mon Sep 17 00:00:00 2001 From: borgesenioc Date: Wed, 15 Jan 2025 08:13:18 -0300 Subject: [PATCH] Nova atualizacao do projeto --- styles/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/styles/style.css b/styles/style.css index 60387d7..ee5d6b0 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,7 +1,9 @@ .page { + background-color: #fff; + color: #000000; min-width: 1100px; max-width: 1600px; - margin: auto; + margin: 0 auto; font-family: Arial, sans-serif; font-size: 16px; line-height: 20px; @@ -59,7 +61,7 @@ max-width: 515px; font-size: 20px; line-height: 30px; - margin-top: 32px; + margin: 32px 0 0; } .header__image { @@ -90,9 +92,7 @@ background-size: cover; background-position: center; background-repeat: no-repeat; - width: 100%; padding: 100px 0 140px; - box-sizing: border-box; } .staff__title { @@ -114,9 +114,7 @@ .staff__cards { max-width: 760px; - margin: auto; - margin-top: 68px; - margin-bottom: 0; + margin: 68px auto 0; display: flex; flex-wrap: wrap; justify-content: center;