aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames pannacciulli <jpnc@jpnc.info>2023-07-03 20:49:36 -0400
committerjames pannacciulli <jpnc@jpnc.info>2023-07-03 20:49:36 -0400
commit07ee7c1fde832054ee72e04fe346b6c194c4c206 (patch)
treeb54e98062bba563d790b01a7e87179b9cd8e6e3e
parentc82e726aaa31a461b2557add94b0452c0564dea1 (diff)
downloadcalligram.me-main.tar.gz
calligram.me-main.tar.bz2
slight margins bringing svg off edge of pagemain
-rw-r--r--html/index.html6
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 {