From 5ad0e494e49949c63b6bcff122b9bea66289aa1e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 10 Jun 2019 16:34:46 +0200 Subject: Decrease nav font size on small screens --- public/static/css/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/static/css/app.css b/public/static/css/app.css index 9cabc12..82aa3fd 100644 --- a/public/static/css/app.css +++ b/public/static/css/app.css @@ -665,7 +665,6 @@ nav i, nav i.material-icons { nav .brand-logo { position: absolute; display: inline-block; - font-size: 2.1rem; padding-left: 0.5rem; } @@ -705,6 +704,9 @@ nav ul a { height: 56px; line-height: 56px; } + nav .brand-logo { + font-size: 1.5rem; + } nav .nav-wrapper i { height: 56px; line-height: 56px; @@ -722,6 +724,9 @@ nav ul a { height: 64px; line-height: 64px; } + nav .brand-logo { + font-size: 2.1rem; + } nav .nav-wrapper i { height: 64px; line-height: 64px; -- cgit v1.2.3