From dfcb6cae3414fe09238c14abf53526a756b948fa Mon Sep 17 00:00:00 2001
From: Roosted7 <thomasroos@live.nl>
Date: Wed, 2 May 2018 17:01:39 +0200
Subject: [PATCH] Shrink icon to make it fit into navbar again

---
 client/components/NavBar.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/components/NavBar.jsx b/client/components/NavBar.jsx
index 6b074ecd5..4628339ca 100644
--- a/client/components/NavBar.jsx
+++ b/client/components/NavBar.jsx
@@ -68,8 +68,8 @@ class NavBar extends React.Component {
 
                 <div className="navbar-brand">
                     <div className="navbar-item has-text-info">
-                        <span className="icon">
-                            <i className="fa fa-edit fa-3x"></i>
+                        <span className="icon is-medium">
+                            <i className="fa fa-edit fa-2x"></i>
                         </span>
                     </div>
 
-- 
GitLab