diff options
author | james pannacciulli <jpnc@jpnc.info> | 2023-07-03 20:49:36 -0400 |
---|---|---|
committer | james pannacciulli <jpnc@jpnc.info> | 2023-07-03 20:49:36 -0400 |
commit | 07ee7c1fde832054ee72e04fe346b6c194c4c206 (patch) | |
tree | b54e98062bba563d790b01a7e87179b9cd8e6e3e /html/index.html | |
parent | c82e726aaa31a461b2557add94b0452c0564dea1 (diff) | |
download | calligram.me-main.tar.gz calligram.me-main.tar.bz2 |
slight margins bringing svg off edge of pagemain
Diffstat (limited to 'html/index.html')
-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 { |