From a33c08c5ee4b417e93fa93588cd90bd6c4eab770 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 13 Jan 2024 13:24:13 -0600 Subject: [PATCH 1/3] more --- src/Constants/Copy/featuresCopy.js | 18 ++++++++++-------- src/styles/features.scss | 12 ++++++++++++ 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/Constants/Copy/featuresCopy.js b/src/Constants/Copy/featuresCopy.js index 34e8b1a..6de9209 100644 --- a/src/Constants/Copy/featuresCopy.js +++ b/src/Constants/Copy/featuresCopy.js @@ -27,23 +27,25 @@ export const FeaturesBottom = () => { return (

- Discovery requests dramatically fast{" "} + Discovery requests dramatically fast +

*

-

+

* Launching spring '24

); }; diff --git a/src/styles/features.scss b/src/styles/features.scss index a7cd2a0..351a919 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -12,11 +12,23 @@ } .features-header-text { + display: flex; + flex-direction: row; margin-top: 8px; margin-left: 8px; padding-left: 7px; } +.features-asterisk { + font-size: 12px; +} + +.features-disclosure { + font-size: 12px; + float: right; + margin-right: 32px; +} + .features-bottom-wrapper { display: flex; flex-direction: row; From 7fc6b8afeca7e09f7052a505b7cbc9cf7c959104 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 13 Jan 2024 13:30:13 -0600 Subject: [PATCH 2/3] more --- src/Constants/Copy/featuresCopy.js | 14 ++++++-------- src/styles/features.scss | 13 ++++++++++--- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/Constants/Copy/featuresCopy.js b/src/Constants/Copy/featuresCopy.js index 6de9209..dcb7028 100644 --- a/src/Constants/Copy/featuresCopy.js +++ b/src/Constants/Copy/featuresCopy.js @@ -31,18 +31,16 @@ export const FeaturesBottom = () => {

*

* Launching spring '24

diff --git a/src/styles/features.scss b/src/styles/features.scss index 351a919..52dd2d8 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -63,7 +63,7 @@ align-items: center; margin: auto; padding: 6px 8px; - width: 50%; + width: 55%; background-color: var(--haq-blue); border-radius: 15px; height: 100%; @@ -73,7 +73,7 @@ display: flex; flex-direction: column; padding: 18px 8px; - width: 50%; + width: 45%; height: 100%; } @@ -90,7 +90,14 @@ width: 94%; text-align: justify; font-size: 1.05rem; - margin: 28px 0px; + margin: 18px 0px; +} + +.features-list-item-lower { + width: 94%; + text-align: justify; + font-size: 1.05rem; + margin: 16px 0px; } .features-top-mobile-img { From d148c713d42cf5059a8c89e6d5f72ad1fde5517a Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 13 Jan 2024 13:31:58 -0600 Subject: [PATCH 3/3] more --- src/styles/features.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/features.scss b/src/styles/features.scss index 52dd2d8..de06f69 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -144,8 +144,8 @@ } .features-header-text { - letter-spacing: -0.07rem; - margin-top: 0px; + letter-spacing: -0.09rem; + margin-top: 6px; padding: 0px; }