From 84c924dcb9c6c00b43ef712b317b877c91632672 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?=
 <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de>
Date: Mon, 13 Jan 2020 00:12:43 +0100
Subject: [PATCH] Fix design of multiple buttons in dashboard

Add little space between the buttons
---
 AKDashboard/static/AKDashboard/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AKDashboard/static/AKDashboard/style.css b/AKDashboard/static/AKDashboard/style.css
index 4cb50650..b778295a 100644
--- a/AKDashboard/static/AKDashboard/style.css
+++ b/AKDashboard/static/AKDashboard/style.css
@@ -20,7 +20,7 @@
 .dashboard-box {
     display: block;
     padding: 2em;
-
+    margin-right: 1em;
 }
 
 .dashboard-button {
-- 
GitLab