Skip to content

Commit

Permalink
Events: Revert height change
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Jan 22, 2024
1 parent bbb3f56 commit f47f9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydis_site/static/css/events/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -79,7 +79,7 @@ pre {
@media (max-width: 900px) {
/* 2 columns */
.event-gallery {
height: 90rem;
height: 80rem;
}

.event-gallery .box {
Expand Down

0 comments on commit f47f9b3

Please sign in to comment.