From ce5798e7458ff1dc178aa3f0ff2f75b3d0ee3dce Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 22:03:35 -0600 Subject: [PATCH] more --- src/Components/Features/FeaturesPage.js | 3 +++ src/styles/features.scss | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Components/Features/FeaturesPage.js b/src/Components/Features/FeaturesPage.js index 96c5532..143eeaf 100644 --- a/src/Components/Features/FeaturesPage.js +++ b/src/Components/Features/FeaturesPage.js @@ -14,6 +14,9 @@ const FeaturesPage = () => { <>
+
+ +
diff --git a/src/styles/features.scss b/src/styles/features.scss index e9f899a..2d2dc02 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -47,8 +47,13 @@ .features-bottom-left { display: flex; flex-direction: column; + justify-content: center; + align-items: center; + margin: auto; padding: 6px 8px; width: 50%; + background-color: var(--haq-blue); + border-radius: 15px; height: 100%; } @@ -58,8 +63,6 @@ padding: 18px 8px; width: 50%; height: 100%; - background-color: var(--haq-blue); - border-radius: 15px; } .features-image-one { @@ -89,6 +92,8 @@ .features-top-wrapper { flex-direction: column; + height: 468px; + margin-bottom: 12px; } .features-bottom-wrapper {