From 785e40d0ecf050737ea76c6fb006620c053c5562 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Wed, 18 Nov 2020 23:09:30 +0100 Subject: [PATCH] oops --- webapp/dist/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/dist/styles.css b/webapp/dist/styles.css index 3756040..70041da 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: space-around; + justify-content: center; } .center > * { @@ -36,6 +36,7 @@ html, body { width: calc(100% - 20vw); height: calc(100% - 20vw); text-align: center; + flex-flow: column; } .chart-container > * { display: block;