From b6e1dc23372ba6f0f49ec9968ac6f51350f8a106 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Wed, 14 Mar 2018 11:51:59 +0100
Subject: [PATCH] =?UTF-8?q?Schriftgr=C3=B6=C3=9Fe=20bei=20der=20Navigation?=
 =?UTF-8?q?=20erh=C3=B6ht?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 resources/assets/css/navigation.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/resources/assets/css/navigation.css b/resources/assets/css/navigation.css
index 4fe3455..5d815dd 100644
--- a/resources/assets/css/navigation.css
+++ b/resources/assets/css/navigation.css
@@ -27,7 +27,8 @@
 #navigation > #next-step > .step > .step-string {
 	text-align: center;
 	color: white;
-	font-size: 15px;
+    font-size: 18px;
+    font-weight: bold;
 }
 
 #navigation > #next-step > .step > .step-length {
-- 
GitLab