Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

Commit 3d71c8c

Browse files
committed
Tweaked margins
1 parent f30430c commit 3d71c8c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

blocks/core/ff_container/ff_container-overlay/ff_container-overlay.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@
103103
}
104104
}
105105
&--task-event-scrollable-top &__body{
106-
@media (min-width: 570px) { // Specific breakpoint to push down the
107-
margin-top: 80px;
106+
@media (min-width: 570px) {
107+
margin-top: 60px;
108108
}
109-
margin-top: 120px;
109+
margin-top: 110px;
110110
}
111111
&--task-event-scrollable-top &__bar{
112112
@media (min-width: 570px) {
113-
top: -80px;
113+
top: -60px;
114114
}
115115
@media (min-width: @ff_bp_wide) {
116116
top: 0;
@@ -119,7 +119,7 @@
119119
border: 1px solid @ff_colour_control_border;
120120
border-top:0;
121121
border-right: 0;
122-
top: -120px;
122+
top: -110px;
123123
}
124124
&--task-event-scrollable-top &__bar-content {
125125
padding: @ff_size_control_vertical @ff_size_control_horizontal;

0 commit comments

Comments
 (0)