aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-09-18 21:35:10 +0300
committerHenry Jameson <me@hjkos.com>2024-09-18 21:35:10 +0300
commit80e8ea6feac6917f12b3f297b3d2595f894f698e (patch)
treea06010ea8874c2c3329c77fd8df04c5bd7757fe2
parente004c4e087d4cf977a3fb713f5441c92028b83b6 (diff)
re-align the mascot container
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index b5116b25..461f5acc 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
display: grid;
width: calc(5em * 0.5 * var(--scale));
height: calc(8em * 0.5 * var(--scale));
- margin-left: 5.1em;
+ margin-left: 4.1em;
z-index: 2;
grid-template-rows: repeat(8, 1fr);
grid-template-columns: repeat(5, 1fr);
@@ -93,7 +93,7 @@
}
#status {
- margin-top: 0.5em;
+ margin-top: 1em;
line-height: 2;
width: 100%;
text-align: center;