diff --git a/package.json b/package.json index 35a7ccc..a5ed040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poap-xyz/poap-family", - "version": "1.1.7", + "version": "1.1.8", "author": { "name": "POAP", "url": "https://poap.xyz" diff --git a/src/styles/event.css b/src/styles/event.css index b5a526f..97cf52c 100644 --- a/src/styles/event.css +++ b/src/styles/event.css @@ -26,3 +26,9 @@ border: 1px dashed #e76e90; margin-right: .5rem; } + +@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { + .events .in-common .active-events { + top: 100%; + } +}