From 28b282bb66bd280d47e3ff4c55cf2842fb1d82bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 8 Sep 2016 12:38:34 +0200 Subject: [PATCH] Add some padding at the bottom of the pages --- app/static/src/sass/modules/_page.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index 43d69ac1..3176668e 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -2,6 +2,8 @@ $module: ".page"; #{$module} { + @include padding-bottom(3); + &__sidebar { @include mq($until: sm) { -- 2.39.5