diff --git a/assets/styles/main.css b/assets/styles/main.css index 3a76f05..8016442 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -211,6 +211,8 @@ body { } .bottom-infocard-image-desktop { + display: block; + margin: auto; width: 71%; } @@ -325,9 +327,9 @@ body { .bottom-infocard { margin: 0; padding: 0; + flex-direction: column-reverse; } - .bottom-infocard-text { margin-bottom: 50px; gap: 10px; @@ -336,6 +338,7 @@ body { } .bottom-infocard-title { + margin-bottom: 9px; font-size: 24px; line-height: 29px; }