From 16dde60a53bff582d7790d27ca327fcced2283c1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 19 Nov 2022 18:25:39 +0100 Subject: Show events. --- play.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 121d5d6..816a2e2 100644 --- a/play.html +++ b/play.html @@ -264,6 +264,21 @@ body.shift .mat .card:hover { justify-content: end; } +/* EVENTS: THIS LEVY / THIS CAMPAIGN */ + +#events { + display: flex; + max-width: 1275px; + margin: 0 auto; + flex-wrap: wrap; + gap: 12px; + justify-content: center; +} + +#events:empty { + display: none; +} + /* ASSETS */ .asset { @@ -1035,6 +1050,8 @@ body.shift .marker:hover { transform: scale(2); z-index: 200; }
+
+
~ Plan ~
-- cgit v1.2.3