fix: scale was jsut a tad too big

This commit is contained in:
silver 2024-09-15 21:42:42 +01:00
parent 52eb24195b
commit e9c4633a9c
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -20,7 +20,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%) scale(3); transform: translate(-50%, -50%) scale(2);
} }
ol, ul { ol, ul {
margin-top: 0; margin-top: 0;