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;