From 719bd79c8790553d5f2d4ee2f251edfc2288057f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 6 Nov 2015 15:16:38 -0500 Subject: [PATCH] fixed properly :dull: --- less/account.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/less/account.less b/less/account.less index f36d733..59cbdd1 100644 --- a/less/account.less +++ b/less/account.less @@ -12,7 +12,6 @@ > .row { max-width: @screen-sm-min; - overflow: hidden; margin-left: auto; margin-right: auto; @@ -23,10 +22,6 @@ font-weight: 300; margin-bottom: 24px; } - - @media (max-width: @screen-md-min - 1) { - overflow: hidden; - } } .cover { @@ -254,6 +249,11 @@ } +@media (max-width: @screen-md-min) { + .account > .row { + overflow: hidden; + } +} //