From aa766b53d6a51cd0c31022f7afed2e63fc62ced2 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Tue, 1 Aug 2017 18:03:53 +0200 Subject: use small line-height only for larger screens --- view/css/bootstrap-red.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index d7638714b..a3a8ce0be 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -5,13 +5,13 @@ nav .badge { position: absolute; font-size: 0.75rem; - line-height: 0.75; } @media screen and (min-width: 767px) { nav .badge { top: 0px; left: 0px; + line-height: 0.75; } } -- cgit v1.2.3