From 9505777a15d27335f9b99bbebb62737b11e6bf53 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Fri, 19 Nov 2021 14:31:39 +0100 Subject: [PATCH] adjust margins/padding --- src/App.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 50b9fcf2..750f2257 100644 --- a/src/App.vue +++ b/src/App.vue @@ -120,6 +120,7 @@ h1 > a.xs, h1 > a.sm { .beta { font-size: 18px; color: #BBBBBB; + margin-left: 10px; } .about-link > a{ @@ -145,7 +146,10 @@ footer a { } .v-toolbar__content { - padding-right: 0px !important; + padding-left: calc((100vw - 1200px) / 2) !important; + padding-right: calc((100vw - 1200px) / 2) !important; + + } .banner { -- GitLab