Add space at the bottom for the ScrollUp component
This commit is contained in:
parent
82efc4ffc6
commit
59fcfb5b01
|
|
@ -53,6 +53,11 @@
|
||||||
@include desktop {
|
@include desktop {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
// space at the bottom for the ScrollUp component
|
||||||
|
margin-bottom: 125px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__footer {
|
&__footer {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue