From d2389ec7c41183bde77b39ff8f86ff827c9b2174 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 00:50:40 -0700 Subject: fixes #8832 and #8823: remove max-width from .navbar-brand when not mobile --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e34b0b81f..036ff65ce 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3051,6 +3051,7 @@ button.close { @media screen and (min-width: 768px) { .navbar-brand { float: left; + max-width: none; margin-right: 5px; margin-left: -15px; } -- cgit v1.2.3