Skip to content

Commit f0e0537

Browse files
committed
fix: Update css for more responsive design in event-detail
1 parent 2a515e0 commit f0e0537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/event-detail/event-detail.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
justify-content: space-between;
161161
align-items: flex-start;
162162
row-gap: spacing(2.5);
163+
padding-bottom: spacing(2);
163164

164165
@media (min-width: $md) {
165166
flex-direction: row;
@@ -173,7 +174,8 @@
173174
align-items: flex-start;
174175
justify-content: space-between;
175176
row-gap: spacing(2);
176-
177+
flex-wrap: wrap;
178+
177179
@media (min-width: $md) {
178180
flex-direction: column;
179181
}

0 commit comments

Comments
 (0)