From 852e43218b5ebd7dec9d118f3be20f4941b2f9a6 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Wed, 18 Nov 2020 23:08:39 +0100 Subject: [PATCH] oops --- webapp/dist/styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webapp/dist/styles.css b/webapp/dist/styles.css index 110f8a7..3756040 100644 --- a/webapp/dist/styles.css +++ b/webapp/dist/styles.css @@ -19,7 +19,7 @@ html, body { display: flex; margin: auto; align-items: center; - justify-content: center; + justify-content: space-around; } .center > * { @@ -36,7 +36,6 @@ html, body { width: calc(100% - 20vw); height: calc(100% - 20vw); text-align: center; - flex-flow: column; } .chart-container > * { display: block; @@ -44,7 +43,7 @@ html, body { #myChart { background-color: white; - padding: 2vw; + padding: 1vw; border-radius: 1vw; border: 3px #c7ab82 solid; }