From 07ee7c1fde832054ee72e04fe346b6c194c4c206 Mon Sep 17 00:00:00 2001 From: james pannacciulli Date: Mon, 3 Jul 2023 20:49:36 -0400 Subject: slight margins bringing svg off edge of page --- html/index.html | 6 ++++-- 1 file 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 { -- cgit v1.2.3