From b5674e0375bd81ae83c30af9607e786c61d16987 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 10 Jan 2015 21:55:00 +0100 Subject: [PATCH] fix header wrapping on small screens --- public/stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 58893a2..b5f657d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -48,6 +48,11 @@ a.sponsor { margin: 5px 10px; } +.container > .navbar-header { + display: inline-block; + margin: inherit; +} + a.navbar-brand.twitter { color: #55acee; font-size: 16px;