From 24f49e253ac7c7f5d6ade3ab6405bb7efb237dd6 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sun, 3 Nov 2024 17:49:15 -0500 Subject: [PATCH] why greenwood subheading alignment tweaks --- src/components/why-greenwood/why-greenwood.module.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/why-greenwood/why-greenwood.module.css b/src/components/why-greenwood/why-greenwood.module.css index c7771442..c652e61f 100644 --- a/src/components/why-greenwood/why-greenwood.module.css +++ b/src/components/why-greenwood/why-greenwood.module.css @@ -62,7 +62,8 @@ @media (min-width: 1024px) { .subHeading { - width: 80%; + width: 90%; + text-align: center; } .cardContainer { @@ -81,6 +82,10 @@ } @media (min-width: 1280px) { + .subHeading { + width: 80%; + } + .cardContainer { width: 100%; } @@ -97,6 +102,10 @@ } @media (min-width: 1440px) { + .subHeading { + width: 70%; + } + .card { min-height: 440px; height: fit-content;