From 5d206f2c20bc3f37b7e25baa2818bcb18daf384b Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Tue, 31 May 2016 21:19:32 -0500 Subject: [PATCH] Fix navbar spacing on screen and mobile. Move the items on the left of the navbar to their own list. Style fixes. Move breadcrumb to outside navbar because it was breaking things and I think it looks better --- resources/views/layouts/default.blade.php | 154 +++++++++++----------- 1 file changed, 80 insertions(+), 74 deletions(-) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index c15b3c4ac2..0a8bbdf13c 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -54,6 +54,12 @@ @if (\App\Models\Setting::getSettings()->custom_css) {{ \App\Models\Setting::getSettings()->show_custom_css() }} @endif + @media (max-width: 400px) { + .navbar-left { + margin: 2px; + } + + }