summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css5
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%;
}