diff options
author | petrus comestor <petrus@comestor.org> | 2024-07-24 14:35:57 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-07-24 14:35:57 -0400 |
commit | b1cdec737f01c9b99267a9c5ad61bd1fe29f12dd (patch) | |
tree | deb28a442ef44c0ffb1aee44efede7de791a4137 | |
parent | b7ee7b74033ce57a25dc1dc591542d66a50500bb (diff) |
trial
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | static/styles.css | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -67,7 +67,9 @@ <br> <div class="event"> <div> - <span class="event-time">Trial Run: Saturdays, 8:30a</span> + <span class="trial-run">Trial Run</span> + <br> + <span class="event-time">Saturdays, 8:30a</span> <br> <span class="event-location"><a href="https://maps.app.goo.gl/X2fYE3EpeHhQhgYD8">Nook</a></span> <br> diff --git a/static/styles.css b/static/styles.css index 3dc950a..f070e3f 100644 --- a/static/styles.css +++ b/static/styles.css @@ -137,6 +137,10 @@ a:hover { margin: 0 auto; } +.trial-run { + font-style: italic; +} + .event-data { width: fit-content; } |