From 20b76cbfc8a1a2a1bba36a55f7002c77692ea3b1 Mon Sep 17 00:00:00 2001 From: Clement G Date: Sat, 25 Apr 2020 14:22:37 +0200 Subject: [PATCH] fix(footer) : footer is too big on page with small content --- src/scss/_app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_app.scss b/src/scss/_app.scss index ff7820a..f26bc48 100644 --- a/src/scss/_app.scss +++ b/src/scss/_app.scss @@ -47,7 +47,7 @@ main { background-attachment: fixed; background-repeat: no-repeat; background-color: $mv-blue-color; - min-height: calc(100% - 170px); + min-height: calc(100% - 128px); overflow: auto; padding-top: 72px; padding-bottom: 100px;