aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar ~hedy <[email protected]>2024-01-26 08:23:45 +0800
committerGravatar GitHub <[email protected]>2024-01-26 08:23:45 +0800
commit1796a0cd2b06ad135db1570790e43467fcf88cb0 (patch)
treeeacf9bbe1b3b7ebf53f43c2d1f86fa6a20677477 /pydis_site/static
parentEvents: Adjust date style & add more events (diff)
Events: Maybe fix masonry grid on tablets
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/events/base.css4
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 40dbf4ad..6b2642bb 100644
--- a/pydis_site/static/css/events/base.css
+++ b/pydis_site/static/css/events/base.css
@@ -92,11 +92,11 @@ pre {
@media (max-width: 900px) {
/* 2 columns */
#main-events {
- height: 90rem;
+ height: 100rem;
}
#other-events {
- height: 100rem;
+ height: 110rem;
}
.event-gallery .card {