From eb1a62f4e6e92462caaa97a0abc1644c88124207 Mon Sep 17 00:00:00 2001 From: quietreading Date: Mon, 7 Jul 2025 17:06:02 -0400 Subject: edits --- public/css/style.css | 21 ++++++++++++++++++++- views/publicEventList.handlebars | 18 +++++++++++++++--- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 70c6657..0e4f17f 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -830,4 +830,23 @@ article.static-page header { width: 250px; max-width: 60%; margin: 3em; -3 +} + +.wrapper { + overflow: auto; + white-space: nowrap; +} + +.picture { + vertical-align: top; + display: inline-block; + max-width: 300px; + position: relative; +} + +.about { + text-align: center; + max-width: 40ch; + text-align: center; + margin: auto; +} diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index 70376b7..c9a51b7 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -23,9 +23,21 @@ {{> eventList upcomingEvents }} -
-
{{t "views.publiceventlist.pastevents" }}
- {{> eventList pastEvents }} +
+
+

+ Bring your own book, read for one hour, and then chat + for one hour about books, literature, and arts. +

+

+ No registration: just show up with a good book!
For park events, you can bring a blanket as well. +

+
+
+ + + +
-- cgit v1.2.3