From 43c87ef6c5a8137c8f23af4d8fc1c13fefd47239 Mon Sep 17 00:00:00 2001 From: vicanso Date: Sun, 26 Dec 2021 15:53:16 +0800 Subject: [PATCH] refactor: set width 100% --- web/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/index.css b/web/index.css index 98a8b4e..e5f5994 100644 --- a/web/index.css +++ b/web/index.css @@ -56,6 +56,8 @@ body { } #svg { position: absolute; + left: 0; + right: 0; top: 50%; margin-top: -200px; }