diff options
author | petrus comestor <petrus@comestor.org> | 2024-07-20 13:52:26 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-07-20 13:52:26 -0400 |
commit | efd560960ba2330b2c92d5209316903e6e7cc70d (patch) | |
tree | 93890788ed4c0494e59ffe64a671e02ebb7242ea /static | |
parent | 1b910a8b21484bcd7b304a9f39e6ecea47e3fcd7 (diff) |
minify events
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 17 |
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; } |