From cbde592a388c171834f7939081dd869a6a7c46f5 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 19:50:29 -0600 Subject: [PATCH 1/2] more --- src/styles/features.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/features.scss b/src/styles/features.scss index 1db9b33..b56f500 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -92,6 +92,8 @@ } .features-bottom-wrapper { + margin: 0px 0px; + padding-left: 0px; flex-direction: column; } From 9bf1110609fbcc83a9e641681923923be34ab0d2 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 19:51:48 -0600 Subject: [PATCH 2/2] more --- src/Components/Features/FeaturesPage.js | 2 +- src/styles/features.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Features/FeaturesPage.js b/src/Components/Features/FeaturesPage.js index e0a6d83..a7b0cac 100644 --- a/src/Components/Features/FeaturesPage.js +++ b/src/Components/Features/FeaturesPage.js @@ -27,7 +27,7 @@ const FeaturesPage = () => {
-
+
diff --git a/src/styles/features.scss b/src/styles/features.scss index b56f500..e9f899a 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -84,7 +84,7 @@ @media only screen and (max-width: 430px) { .features-container { - height: 1100px; + height: 1000px; } .features-top-wrapper {