From bb6c1d82fd8c696489cb6e2be3fd374d614fdbc0 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Fri, 24 Jan 2014 17:07:24 -0300 Subject: [PATCH] little fix: navbar --- public/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/common.css b/public/css/common.css index 9beafbf..ea155a3 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -57,7 +57,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { @media (min-width: 768px) { .navbar-form { - width: 35%; + width: 30%; } }