Skip to content

Commit 4731d6c

Browse files
committed
Revert "Use min-height on content cards to prevent clipping"
This reverts commit 21cfafb.
1 parent 21cfafb commit 4731d6c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/about/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
.small_portrait_card {
2424
width: 279px;
25-
min-height: 320px;
25+
height: 320px;
2626
background-color: white;
2727
color: var(--ifm-color-primary-p2);
2828
border-radius: 8px;

src/components/careers/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
.interview_card {
3737
width: 280px;
38-
min-height: 300px;
38+
height: 300px;
3939
background-color: var(--ifm-background-color);
4040
border-radius: 10px;
4141
box-shadow: var(--ifm-shadow-card);

src/components/home/WhatWeDo/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ div .topics_header {
6161
}
6262

6363
.topics_card {
64-
min-height: 462px;
64+
height: 462px;
6565
width: 350px;
6666
padding: var(--ifm-spacing-2xl) var(--ifm-spacing-lg);
6767
border-radius: 8px;

0 commit comments

Comments
 (0)