From 7fa65b6dc6d807d7614b1c5f796aa775f95588bd Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 16:28:02 -0400 Subject: [PATCH] fix margin on mobile --- less/groups.less | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/less/groups.less b/less/groups.less index 8d1a4be..4ac62b2 100644 --- a/less/groups.less +++ b/less/groups.less @@ -1,5 +1,5 @@ [component="groups/container"] { - margin-top: 300px; + margin-top: 200px; [component="groups/summary"] { .panel-body { @@ -74,15 +74,6 @@ } } - @media (min-width: @screen-md-min) { - min-height: 300px; - - .controls { - min-height: 300px; - line-height: 300px; - } - } - &.active { &:hover { cursor: move; @@ -154,4 +145,17 @@ } } } + + @media (min-width: @screen-md-min) { + margin-top: 300px; + + [component="groups/cover"] { + min-height: 300px; + + .controls { + min-height: 300px; + line-height: 300px; + } + } + } } \ No newline at end of file