diff options
author | petrus comestor <petrus@comestor.org> | 2024-08-01 18:29:51 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-08-01 18:29:51 -0400 |
commit | 91af1ed1fb6c4dc7a8b748c69590f79124e57620 (patch) | |
tree | 9564f52f423b53b06b70b3f2eb6cad7781498398 /static | |
parent | 5fb934e928d7465b8250cd37ede6d0d5c3e243a8 (diff) |
lizs
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index f070e3f..4d486d6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -130,7 +130,7 @@ a:hover { padding-top: .6em; display: grid; grid-template-columns: auto 1fr; - gap: 2em; + gap: 1em; align-items: center; justify-items: end; max-width: 500px; @@ -141,6 +141,11 @@ a:hover { font-style: italic; } +.instance-trial { + background: #f3ddff; +} + + .event-data { width: fit-content; } |