From 32b7b06d47efbc8efab91889b00592298a3bffa5 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 19:23:03 -0600 Subject: [PATCH] more --- src/Components/Features/FeaturesPage.js | 15 ++++++++++----- src/styles/features.scss | 4 +++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/Components/Features/FeaturesPage.js b/src/Components/Features/FeaturesPage.js index 59d7684..e839a6c 100644 --- a/src/Components/Features/FeaturesPage.js +++ b/src/Components/Features/FeaturesPage.js @@ -24,6 +24,15 @@ const FeaturesPage = () => { + + + ); +}; + +export default FeaturesPage; + +/* +
@@ -32,9 +41,5 @@ const FeaturesPage = () => {
- - - ); -}; -export default FeaturesPage; + */ diff --git a/src/styles/features.scss b/src/styles/features.scss index 203cb0c..087588d 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -88,6 +88,7 @@ } .features-top-left { + margin-top: 12px; width: 100%; } @@ -104,7 +105,8 @@ } .features-header-text { - margin-top: -8px; + margin-top: 0px; + padding: 0px; } .features-list-item {