diff options
author | petrus comestor <petrus@comestor.org> | 2024-07-22 12:37:44 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-07-22 12:37:44 -0400 |
commit | c8df250905bf626c2c87fd71296573efff933338 (patch) | |
tree | 38375f990dc57d03f817ec2f7d7ee3766f059bfe /static | |
parent | a23429520d46ebce69e594936a9ff19af264cb7a (diff) |
spritz
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
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%; } |