We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cfafb commit 4731d6cCopy full SHA for 4731d6c
3 files changed
src/components/about/styles.module.css
@@ -22,7 +22,7 @@
22
23
.small_portrait_card {
24
width: 279px;
25
- min-height: 320px;
+ height: 320px;
26
background-color: white;
27
color: var(--ifm-color-primary-p2);
28
border-radius: 8px;
src/components/careers/styles.module.css
@@ -35,7 +35,7 @@
35
36
.interview_card {
37
width: 280px;
38
- min-height: 300px;
+ height: 300px;
39
background-color: var(--ifm-background-color);
40
border-radius: 10px;
41
box-shadow: var(--ifm-shadow-card);
src/components/home/WhatWeDo/styles.module.css
@@ -61,7 +61,7 @@ div .topics_header {
61
}
62
63
.topics_card {
64
- min-height: 462px;
+ height: 462px;
65
width: 350px;
66
padding: var(--ifm-spacing-2xl) var(--ifm-spacing-lg);
67
0 commit comments