Skip to content

Commit ac18fce

Browse files
bug/apply consistent why greenwood cards content height (#213)
1 parent f3d5c3d commit ac18fce

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/components/why-greenwood/why-greenwood.module.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,12 @@
111111
}
112112

113113
.card {
114-
min-height: 440px;
115-
height: fit-content;
114+
height: 540px;
115+
}
116+
}
117+
118+
@media (min-width: 1600px) {
119+
.card {
120+
height: 440px;
116121
}
117122
}

0 commit comments

Comments
 (0)