re-align the mascot container

This commit is contained in:
Henry Jameson 2024-09-18 21:35:10 +03:00
parent e004c4e087
commit 80e8ea6fea

View file

@ -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;