From e99a0fd76de04be31728defba3692d0457dd4f06 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 18 Jan 2024 15:39:05 -0600 Subject: [PATCH] more --- src/styles/features.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/features.scss b/src/styles/features.scss index de06f69..d9106d6 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -49,11 +49,14 @@ .features-top-right { display: flex; flex-direction: column; - padding: 18px 8px; + justify-content: center; + align-items: center; + margin: auto; + padding: 6px 8px; width: 55%; - height: 100%; background-color: var(--haq-blue); border-radius: 15px; + height: 100%; } .features-bottom-left {