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 @@
- +