From 41c2dc2f51311965c9d0d77b8f06ea1c14811cc7 Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Thu, 23 Sep 2021 10:12:12 +0200
Subject: [PATCH] Add padding

---
 src/components/About.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/About.vue b/src/components/About.vue
index f5a0bd9e..094baa9e 100644
--- a/src/components/About.vue
+++ b/src/components/About.vue
@@ -144,7 +144,8 @@ main {
 summary {
     width: auto;
     cursor: pointer;
-    margin-bottom: 20px;
+    margin-bottom: 10px;
+    padding-bottom: 10px;
     text-align: left;
     border-bottom: solid 1px var(--v-border-base) !important;
   }
-- 
GitLab