From 7b539db6610ac4f287420aeab2fde563a2a656fc Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Fri, 13 Apr 2018 14:32:47 +0200 Subject: [PATCH] moved breadcrumbs to left side --- templates/widgets/navbar.lucius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/widgets/navbar.lucius b/templates/widgets/navbar.lucius index b1fe881c4..4b17ebeb1 100644 --- a/templates/widgets/navbar.lucius +++ b/templates/widgets/navbar.lucius @@ -7,7 +7,7 @@ width: 100%; height: var(--header-height); padding-right: 5vw; - padding-left: 340px; + padding-left: 90px; background: var(--darkerbase); /* Old browsers */ background: -moz-linear-gradient(bottom, var(--darkerbase) 0%, #425d79 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(bottom, var(--darkerbase) 0%,#425d79 100%); /* Chrome10-25,Safari5.1-6 */