diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-11-19 18:25:39 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:37 +0100 |
commit | 16dde60a53bff582d7790d27ca327fcced2283c1 (patch) | |
tree | 3a106f6bfc397ed05436ab82932e0002d4f317b7 /play.html | |
parent | 62c88c0090471d1442002078c5d1a2372dddbc72 (diff) | |
download | nevsky-16dde60a53bff582d7790d27ca327fcced2283c1.tar.gz |
Show events.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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; } <div id="p2_capabilities"></div> </div> +<div id="events"></div> + <div id="plan" class="hide"> <div id="plan_header">~ Plan ~</div> <div id="plan_list"></div> |