Skip to content

Commit

Permalink
why greenwood subheading alignment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 3, 2024
1 parent 7c47c89 commit 24f49e2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/why-greenwood/why-greenwood.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@

@media (min-width: 1024px) {
.subHeading {
width: 80%;
width: 90%;
text-align: center;
}

.cardContainer {
Expand All @@ -81,6 +82,10 @@
}

@media (min-width: 1280px) {
.subHeading {
width: 80%;
}

.cardContainer {
width: 100%;
}
Expand All @@ -97,6 +102,10 @@
}

@media (min-width: 1440px) {
.subHeading {
width: 70%;
}

.card {
min-height: 440px;
height: fit-content;
Expand Down

0 comments on commit 24f49e2

Please sign in to comment.