diff --git a/src/styles/blocks/content.scss b/src/styles/blocks/content.scss index 66d6b48f92..a430888c18 100644 --- a/src/styles/blocks/content.scss +++ b/src/styles/blocks/content.scss @@ -11,6 +11,10 @@ &:last-of-type { padding-bottom: 0; + + @include on-small-desktop { + padding-bottom: 148px; + } } } } diff --git a/src/styles/blocks/footer.scss b/src/styles/blocks/footer.scss index f3f72fff54..5a67a33173 100644 --- a/src/styles/blocks/footer.scss +++ b/src/styles/blocks/footer.scss @@ -1,6 +1,7 @@ .footer { height: auto; + @include on-tablet { background-color: #fff; } @@ -17,7 +18,7 @@ border-top-left-radius: 30px; border-top-right-radius: 30px; background-color: #2c2c2c; - + padding-top: 72px; padding-bottom: 80px;