diff --git a/web/components/layouts/Main/Main.module.scss b/web/components/layouts/Main/Main.module.scss index 246d2dbf6..accaa3657 100644 --- a/web/components/layouts/Main/Main.module.scss +++ b/web/components/layouts/Main/Main.module.scss @@ -13,4 +13,12 @@ // this one is for fixed footer margin-bottom: 30px; } + + @include screen(mobile) { + margin-bottom: 0px; + + footer { + display: none; + } + } }