From c6b54a14cd5d0a1fac1ba5911dd98b1d26adf662 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Mon, 18 Mar 2024 16:45:51 -0400 Subject: mobile --- index.html | 9 ++++++--- static/styles.css | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a560be2..be1f1af 100644 --- a/index.html +++ b/index.html @@ -17,11 +17,14 @@
Events

- Martha’s Country Bakery (N 1st & Bedford): - Mondays at 7p. + Martha’s Country Bakery (N 1st & Bedford) +
+ Mondays at 7p

- Book Club Bar: Tuesday, March 19th at 10p. + Book Club Bar +
+ Tuesday, March 19th at 10p

diff --git a/static/styles.css b/static/styles.css index 914322d..c8d5c6d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -126,9 +126,14 @@ a:hover { } .work-title { + font-weight: bold; letter-spacing: -1px; } +.schedule { + margin-left: 2em; +} + .contact { margin-top: .3em; font-style: italic; -- cgit v1.2.3