diff --git a/client/src/styles/_default-layout.scss b/client/src/styles/_default-layout.scss index 3725c21b..20c5e84f 100644 --- a/client/src/styles/_default-layout.scss +++ b/client/src/styles/_default-layout.scss @@ -53,6 +53,11 @@ @include desktop { padding: 0; } + + &:last-child { + // space at the bottom for the ScrollUp component + margin-bottom: 125px; + } } &__footer {