Skip to content

Commit 7396ccb

Browse files
authored
Make meetup card height flexible
1 parent 6c83036 commit 7396ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
padding: 20px;
330330
width: calc(33.33% - 62px);
331331
min-width: 225px;
332-
height: 120px;
332+
min-height: 120px;
333333
background: var(--color-verylightBlue);
334334
border: 1px solid var(--color-lightBlue);
335335
margin: 10px;

0 commit comments

Comments
 (0)