From 6d9d5e0e874a99bac90ee5719909cd92f4c6edb6 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 2 Oct 2020 17:54:16 -0600 Subject: [PATCH] Center all views automatically --- src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.vue b/src/App.vue index 4aa6c94..d5ef9c1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -112,6 +112,10 @@ html, body, #app { color: $main-text-colour height: 100vh width: 100vw + + div { + margin: 0 auto + } } .alert-bar {