diff --git a/styles/main.css b/styles/main.css index 8090a5e..46bd9b5 100644 --- a/styles/main.css +++ b/styles/main.css @@ -21,7 +21,10 @@ body{ padding: 29px 0; } -.main-banner{ +.main-banner, +.top-infocard-image, +.middle-card-image, +.bottom-banner{ width: 100%; } @@ -65,10 +68,6 @@ body{ min-width: 16%; } -.top-infocard-image{ - width: 100%; -} - .top-cards{ display: flex; gap: 21px; @@ -90,7 +89,8 @@ body{ gap: 27px; } -.top-card-text{ +.top-card-text, +.bottom-card-text{ width: 85%; } @@ -112,10 +112,6 @@ body{ justify-content: center; } -.middle-card-image{ - width: 100%; -} - .bottom-cards{ display: flex; gap: 16px; @@ -146,10 +142,6 @@ body{ width: 20%; } -.bottom-card-text{ - width: 85%; -} - .bottom-article{ display: flex; flex-direction: column; @@ -178,10 +170,6 @@ body{ line-height: 24px; } -.bottom-banner{ - width: 100%; -} - .page-footer{ background: #000; padding: 38px 0;