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