From c8df250905bf626c2c87fd71296573efff933338 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Mon, 22 Jul 2024 12:37:44 -0400 Subject: spritz --- static/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 62297cf..dab0c99 100644 --- a/static/styles.css +++ b/static/styles.css @@ -132,6 +132,8 @@ a:hover { grid-template-columns: auto 1fr; gap: 2em; align-items: center; + justify-items: end; + max-width: 500px; } .event-data { @@ -139,6 +141,7 @@ a:hover { } .instance { + text-align: right; border: 1px darkslategrey dotted; border-radius: 5px; padding: .6em; @@ -172,7 +175,7 @@ hr { text-align: center; } -details { +.info { font-size: 90%; } -- cgit v1.2.3