From 5a1bf5319325b8716606197af4b4a3d4db5469ae Mon Sep 17 00:00:00 2001 From: antil0pa Date: Fri, 28 Dec 2018 09:49:16 +0100 Subject: [PATCH] correction to navbar width so pinned apps don't get blocked by navbar-text --- beetroot/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beetroot/css/style.css b/beetroot/css/style.css index 8e338a4..1f3f60e 100644 --- a/beetroot/css/style.css +++ b/beetroot/css/style.css @@ -34,9 +34,10 @@ body { .navbar-text { position: absolute; - right: 20%; + right: 35%; text-align: center; - width: 60%; + width: 30%; + z-index: -1; } .mr-auto .navbar-app.nav-link {