diff options
author | 2024-01-22 15:31:57 +0800 | |
---|---|---|
committer | 2024-01-22 15:31:57 +0800 | |
commit | f47f9b3cea36e3cc616cc8a1b1801deddb09819f (patch) | |
tree | 0a4b8e91cdbd49404903ebd112670f1ed7f8f28f /pydis_site/static | |
parent | Events: Use nice cover images with backgrounds (diff) |
Events: Revert height change
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/events/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/static/css/events/base.css b/pydis_site/static/css/events/base.css index 777a2bcf..604b81cc 100644 --- a/pydis_site/static/css/events/base.css +++ b/pydis_site/static/css/events/base.css @@ -54,7 +54,7 @@ pre { /* 3 columns */ .event-gallery { /* Required. Must be only slightly taller than the tallest column */ - height: 80rem; + height: 60rem; } .event-gallery .box { @@ -79,7 +79,7 @@ pre { @media (max-width: 900px) { /* 2 columns */ .event-gallery { - height: 90rem; + height: 80rem; } .event-gallery .box { |