From 33e74e132a0bd45622c06d0bc0eeb089d4c568f9 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 23 Mar 2015 14:07:28 -0400 Subject: [PATCH] header fixes --- less/header.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/less/header.less b/less/header.less index a191143..d966805 100644 --- a/less/header.less +++ b/less/header.less @@ -28,6 +28,12 @@ width: auto; } + @media (max-width: @screen-sm-max) { + .forum-logo { + margin-left: 15px; + } + } + .header-topic-title { text-align: right; padding: 15px 15px; @@ -75,7 +81,7 @@ padding: 10px; } - @media (max-width: 767px) { + @media (max-width: @screen-xs-max) { .progress-container { display: inline-block; position: static;