Skip to content

Commit 0857036

Browse files
authored
Merge pull request #21 from poap-xyz/fix/active-events-on-event-top-100
Try to fix active events on mobile on a single drop
2 parents 6dccc25 + 6dd737d commit 0857036

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/event.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@
2626
border: 1px dashed #e76e90;
2727
margin-right: .5rem;
2828
}
29+
30+
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
31+
.events .in-common .active-events {
32+
top: 100%;
33+
}
34+
}

0 commit comments

Comments
 (0)