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 1db9b33..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 { @@ -92,6 +92,8 @@ } .features-bottom-wrapper { + margin: 0px 0px; + padding-left: 0px; flex-direction: column; }