fix margin on mobile

main
psychobunny 9 years ago
parent 484418afc1
commit 7fa65b6dc6

@ -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;
}
}
}
}
Loading…
Cancel
Save