fix: scale was jsut a tad too big
This commit is contained in:
parent
52eb24195b
commit
e9c4633a9c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue