From d90bb90d0c8a79fcd95208b965610a77bdf2f7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 10 Jul 2019 02:11:12 +0200 Subject: [PATCH] Follow up of #958 I think I deleted the styling by using bot `:width` and `style` property. I'm not quite sure if this resolves our problem. Anyways I don't see a reason for having a right padding so I just removed it. --- webapp/layouts/default.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index a981c6515..e92e20b5f 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -87,7 +87,7 @@ -
+
@@ -216,6 +216,11 @@ export default { display: inline-flex; } +.main-container { + padding-top: 6rem; + padding-botton: 5rem; +} + .main-navigation { a { color: $text-color-soft;