From 690bbe20478044d6b547267af97d6beb7fe80f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 11 Apr 2021 00:33:49 +0200 Subject: [PATCH] Center stuff in the main content container --- web/frontend/src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/frontend/src/App.vue b/web/frontend/src/App.vue index a09e0ed..52ff096 100644 --- a/web/frontend/src/App.vue +++ b/web/frontend/src/App.vue @@ -67,5 +67,6 @@ h1 h2 h3 { #main-content-container { margin: 50px; text-align: center; + display: inline-block; }