diff --git a/assets/styles/main.css b/assets/styles/main.css index 5a791f3..849c5c5 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -61,7 +61,7 @@ body{ grid-template-columns: repeat(3, 1fr); gap: 21px; justify-content: center; - padding: 178px 20% 80px; + padding: 178px 20% 50px; } .top-card{ display: flex; @@ -74,7 +74,7 @@ body{ .top-card-image{ display: block; min-width: 5vw; - margin-bottom: 30px; + margin-bottom: 80px; } .top-card-description{ font-weight: 400; @@ -82,21 +82,24 @@ body{ line-height: 24px; text-align: center; } +.middle-banner-wrapper{ + background: #E0E0E0 +} .banners-middle{ display: flex; justify-content: center; gap: 39px; - background: #E0E0E0 + position: relative; + bottom: -62px; } .middle-banner{ - display: block; width: 29%; } .middle-banner-image{ + display: block; width: 100%; } - @media screen and (min-width: 2500px) { .page-header{ padding: 58px @@ -136,9 +139,9 @@ body{ "b1 b2" "b3 b3"; justify-items: center; - padding: 32px 23px; + padding: 0px 23px 0px; gap: 14px; - bottom: 60px; + top: 32px; } .middle-banner{ width: 100%; diff --git a/index.html b/index.html index 65d912f..8e53354 100644 --- a/index.html +++ b/index.html @@ -60,24 +60,23 @@ -
-
- Segunda-imagem-do-meio -
- -
- Segunda-imagem-do-meio -
- -
- Segunda-imagem-do-meio -
+
+
+
+ Segunda-imagem-do-meio +
+
+ Segunda-imagem-do-meio +
+
+ Segunda-imagem-do-meio +
+
- +
- \ No newline at end of file