diff --git a/styles/main.css b/styles/main.css index e8b27bb..8090a5e 100644 --- a/styles/main.css +++ b/styles/main.css @@ -212,6 +212,10 @@ body{ display: none; } + .top-infocard{ + margin-bottom: 90px; + } + .top-infocard-text{ max-width: 86%; } @@ -245,6 +249,10 @@ body{ min-width: 85%; } + .middle-card-images{ + margin-bottom: 112px; + } + .middle-card-images-wrapper{ grid-template-columns: repeat(2, 43%); column-gap: 14px; @@ -262,6 +270,7 @@ body{ .bottom-cards{ flex-direction: column; + margin-bottom: 98px; } .bottom-card{ @@ -284,6 +293,7 @@ body{ .bottom-article{ flex-direction: column-reverse; + margin-bottom: 87px; } .bottom-article-text{ @@ -301,6 +311,7 @@ body{ .page-footer{ gap: 17px; + padding: 32px 0; } .footer-text{