summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index e7300b6..00c38ae 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -130,6 +130,17 @@ a:hover {
padding-top: .6em;
}
+.event-header-wrapper {
+ display: inline-block;
+}
+
+.event-header {
+ width: 100%;
+ display: grid;
+ grid-template-columns: auto auto;
+ gap: 1em;
+}
+
.instance {
border: 1px darkslategrey dotted;
border-radius: 5px;
@@ -168,14 +179,14 @@ hr {
.event-time {
font-weight: bold;
- font-size: larger;
+ font-size: large;
}
.event-location {
- font-size: larger;
+ font-size: large;
}
.neighborhood {
- font-size: 80%;
+ font-size: 90%;
font-style: italic;
}