From 3f5f1c872738270dae5d9827908a72d842088dc3 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 19:44:08 -0600 Subject: [PATCH] more --- src/Components/Features/FeaturesPage.js | 8 ++++++++ src/styles/features.scss | 22 ++++++++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/Components/Features/FeaturesPage.js b/src/Components/Features/FeaturesPage.js index e839a6c..e0a6d83 100644 --- a/src/Components/Features/FeaturesPage.js +++ b/src/Components/Features/FeaturesPage.js @@ -23,6 +23,14 @@ const FeaturesPage = () => {
+
+
+ +
+
+ +
+
diff --git a/src/styles/features.scss b/src/styles/features.scss index 087588d..1db9b33 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -83,20 +83,29 @@ } @media only screen and (max-width: 430px) { + .features-container { + height: 1100px; + } + .features-top-wrapper { flex-direction: column; } + .features-bottom-wrapper { + flex-direction: column; + } + .features-top-left { margin-top: 12px; width: 100%; } - .features-top-right { + .features-bottom-left { + margin-top: 12px; width: 100%; } - .features-bottom-left { + .features-top-right { width: 100%; } @@ -104,11 +113,20 @@ width: 100%; } + .features-bottom-left { + width: 100%; + } + .features-header-text { margin-top: 0px; padding: 0px; } + .features-list { + padding: 0px; + margin-left: 5px; + } + .features-list-item { width: 98%; text-align: justify;