summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetrus comestor <petrus@comestor.org>2024-07-24 14:35:57 -0400
committerpetrus comestor <petrus@comestor.org>2024-07-24 14:35:57 -0400
commitb1cdec737f01c9b99267a9c5ad61bd1fe29f12dd (patch)
treedeb28a442ef44c0ffb1aee44efede7de791a4137
parentb7ee7b74033ce57a25dc1dc591542d66a50500bb (diff)
trial
-rw-r--r--index.html4
-rw-r--r--static/styles.css4
2 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index fc02646..d030c70 100644
--- a/index.html
+++ b/index.html
@@ -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;
}