From efd560960ba2330b2c92d5209316903e6e7cc70d Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Sat, 20 Jul 2024 13:52:26 -0400 Subject: minify events --- index.html | 95 +++++++++++++++++++++++++++++++++++++++---------------- static/styles.css | 17 ++++++++-- 2 files changed, 81 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 95ca412..4471244 100644 --- a/index.html +++ b/index.html @@ -29,46 +29,85 @@


-
- Mondays 6:30p–8:30p -
- McCarren Park · Williamsburg +
+ +
+
+
+ Mondays, 6:30p +
+ + McCarren Park + +
+ Williamsburg +
+
+
+ Next: July 22 +
+
+
+
+
North corner, west side
Rainy day location: Spritzenhaus33 -
-
-
- Next: July 22 -
-
+
-
- Wednesdays 6p–8p -
- Jefferson Market Library · Greenwich Village +
+ +
+
+
+ Wednesdays, 6p +
+ + Jefferson Market Library + +
+ Greenwich Village +
+
+
+ Next: July 24 +
+
+
+
+
Elevator to third floor -
-
-
- Next: July 24 -
-
+
-
- first Sunday/month; 9p–11p -
- Book Club Bar · East Village -
-
- Next: August 4 +
+ +
+
+
+ 1st Sunday/month, 9p +
+ + Book Club Bar + +
+ East Village +
+
+
+ Next: August 4 +
+
+
+
+
+ Rear half of the store
-
+

diff --git a/static/styles.css b/static/styles.css index e7300b6..00c38ae 100644 --- a/static/styles.css +++ b/static/styles.css @@ -130,6 +130,17 @@ a:hover { padding-top: .6em; } +.event-header-wrapper { + display: inline-block; +} + +.event-header { + width: 100%; + display: grid; + grid-template-columns: auto auto; + gap: 1em; +} + .instance { border: 1px darkslategrey dotted; border-radius: 5px; @@ -168,14 +179,14 @@ hr { .event-time { font-weight: bold; - font-size: larger; + font-size: large; } .event-location { - font-size: larger; + font-size: large; } .neighborhood { - font-size: 80%; + font-size: 90%; font-style: italic; } -- cgit v1.2.3