summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html17
1 files changed, 17 insertions, 0 deletions
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; }
<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>