From 03e6252fc3bea1d259191391451c033f1ce68357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 11 Apr 2021 01:02:17 +0200 Subject: [PATCH] Change main container margins --- web/frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/src/App.vue b/web/frontend/src/App.vue index 52ff096..a60bdc0 100644 --- a/web/frontend/src/App.vue +++ b/web/frontend/src/App.vue @@ -65,7 +65,7 @@ h1 h2 h3 { } #main-content-container { - margin: 50px; + margin-top: 50px; text-align: center; display: inline-block; }