refactor: set width 100%

This commit is contained in:
vicanso 2021-12-26 15:53:16 +08:00
parent 8fc03c4a72
commit 43c87ef6c5

View file

@ -56,6 +56,8 @@ body {
} }
#svg { #svg {
position: absolute; position: absolute;
left: 0;
right: 0;
top: 50%; top: 50%;
margin-top: -200px; margin-top: -200px;
} }