From f1c77d60e6a21b0f4a7350319ecce3a3c5cef980 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 14 Mar 2020 21:44:53 +0100
Subject: [PATCH] Smaller Discord invitation size

---
 client/src/components/ContactForm.vue | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue
index b7aea942..78e8b837 100644
--- a/client/src/components/ContactForm.vue
+++ b/client/src/components/ContactForm.vue
@@ -103,11 +103,10 @@ textarea#mailContent
 
 #discordLink
   display: block
-  margin-top: 10px
+  margin-top: 7px
   text-align: center
-  font-size: 1.3em
   & > img
-    height: 1.5em
+    height: 1.3em
     display: inline-block
     margin-left: 5px
 
-- 
2.44.0