Skip to content

Commit 41051b8

Browse files
committed
Avoid SolutionCard height inconsistencies at different screen widths #27
1 parent 4fa0a0b commit 41051b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/SolutionCard.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const { title, description, iconSrc } = Astro.props;
1818

1919
<style>
2020
.solution-card {
21+
height: 100%;
2122
border-block: 1px solid rgba(27, 10, 60, 0.15);
2223
padding-block-start: var(--space-md);
2324
padding-block-end: var(--space-lg);

0 commit comments

Comments
 (0)