From c8df250905bf626c2c87fd71296573efff933338 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Mon, 22 Jul 2024 12:37:44 -0400 Subject: spritz --- index.html | 32 +++++++++++--------------------- static/styles.css | 5 ++++- 2 files changed, 15 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index a2ca76e..6775d84 100644 --- a/index.html +++ b/index.html @@ -36,17 +36,16 @@ McCarren Park
Williamsburg -
- Information -
- North corner, west side -
- Rainy day location: Spritzenhaus33 -
-
+
+ North corner, west side +
+ If rain: at Spritzenhaus33 +
-
+
Next:
July 22 +
+ Moved to Spritzenhaus33 due to rain.

@@ -57,12 +56,9 @@ Jefferson Market Library
Greenwich Village -
- Information -
- Elevator to third floor -
-
+
+ Elevator to third floor +
Next:
July 24 @@ -76,12 +72,6 @@ Book Club Bar
East Village -
- Information -
- Rear half of store -
-
Next:
August 4 diff --git a/static/styles.css b/static/styles.css index 62297cf..dab0c99 100644 --- a/static/styles.css +++ b/static/styles.css @@ -132,6 +132,8 @@ a:hover { grid-template-columns: auto 1fr; gap: 2em; align-items: center; + justify-items: end; + max-width: 500px; } .event-data { @@ -139,6 +141,7 @@ a:hover { } .instance { + text-align: right; border: 1px darkslategrey dotted; border-radius: 5px; padding: .6em; @@ -172,7 +175,7 @@ hr { text-align: center; } -details { +.info { font-size: 90%; } -- cgit v1.2.3