From 4205f147421e5aa72d494055b4b188b279fac3f8 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Tue, 6 Mar 2018 17:11:42 +0100 Subject: [PATCH] fix old navbar --- app/assets/stylesheets/navbar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/navbar.scss b/app/assets/stylesheets/navbar.scss index 4976c82e2..2af3216e1 100644 --- a/app/assets/stylesheets/navbar.scss +++ b/app/assets/stylesheets/navbar.scss @@ -34,10 +34,10 @@ #tps-title { font-family: Arial; - font-size: 24px; + font-size: 16px; font-weight: bold; - line-height: 28px; - margin-top: 17px; + line-height: 20px; + margin-top: 10px; } }