Skip to content

Commit 3fe1985

Browse files
author
Kara Sowles Deloss
authored
Merge pull request #303 from cthow83/main
Inline buttons are causing white space on mobile screen
2 parents 1256722 + f0e0537 commit 3fe1985

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)