diff options
-rw-r--r-- | html/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/index.html b/html/index.html index f617dd9..24dbbed 100644 --- a/html/index.html +++ b/html/index.html @@ -59,13 +59,15 @@ } svg { - width: 100%; - height: 90%; + width: 92%; + height: 92%; overflow: visible; display: flex; justify-content: center; align-self: stretch; position: absolute; + left: 4%; + right: 4%; } svg path { |