From 5425befd9e3e29c58664b2e02985bbc34721d9af Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 14 Sep 2017 16:51:58 -0400 Subject: [PATCH] some kind of way to stop dots from showing up --- app.css | 6 +++++- index.html | 8 +++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app.css b/app.css index 1b93c20..4d04d70 100644 --- a/app.css +++ b/app.css @@ -1,6 +1,9 @@ body { margin: 20px 40px; } +#container { + overflow: hidden; +} circle { r: 5; fill: black; @@ -15,7 +18,8 @@ circle:active { } svg { overflow: visible; - margin-bottom: 50px; + margin-bottom: 20px; + margin-left: 30px; } table, th, td { diff --git a/index.html b/index.html index 1599372..76aff78 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,11 @@ - - - +
+ + + +