fix(footer) : footer is too big on page with small content

pull/73/head
Clement G 4 years ago
parent b9ceac688b
commit 20b76cbfc8

@ -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;

Loading…
Cancel
Save