From 32bc4f9b4d3190b43b5e38d2c905fde07a0d5099 Mon Sep 17 00:00:00 2001 From: Petr Kalashnikov <pka065@it6100016.klientdrift.uib.no> Date: Thu, 15 Jul 2021 16:47:53 +0200 Subject: [PATCH] Fix subtitle style --- src/App.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0927522..08ac007 100644 --- a/src/App.vue +++ b/src/App.vue @@ -94,7 +94,10 @@ header > h1 > a { } header > p { - padding: 15px; + padding-left: 18px; + padding-right: 15px; + padding-bottom: 15px; + padding-top: 0px; } .beta { @@ -135,7 +138,7 @@ header { } .sub-title { - font-size: 14px; + font-size: 18px; margin: 0px; margin-bottom: 0px !important; } -- GitLab