From 094db3db8512585996b39ceb4c161ca596b0efea Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 2 May 2020 03:49:06 +0200
Subject: [PATCH] Re-adjust footer style

---
 client/src/App.vue | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/client/src/App.vue b/client/src/App.vue
index d7e8d967..4b344881 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -292,10 +292,12 @@ footer .menuitem
     color: #2c3e50
     text-decoration: none
 footer > .right-part > a.menuitem > img
-  height: 1.5em
   display: inline-block
-  margin: 0
-  &.first
+  height: 1.3em
+  margin: 0 5px
+  //height: 1.5em
+  //margin: 0
+  //&.first
     @media screen and (min-width: 501px)
       margin-left: 5px
 
-- 
2.44.0