Skip to content

Commit 11607b6

Browse files
Fixed: horizontal overflow of experienceCard after expanding (#420)
1 parent 5b0e668 commit 11607b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/experienceCard/ExperienceCard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989

9090
.experience-card {
91-
min-width: 350px;
91+
min-width: 275px;
9292
/* height: 170px; */
9393
margin-bottom: 20px;
9494
border-radius:10px;

0 commit comments

Comments
 (0)