From 51956c3abd8789a87c19bc71c6592d4e052e5dea Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Wed, 26 Feb 2020 21:56:25 -0800 Subject: Optionnal footer support --- app.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app.scss') diff --git a/app.scss b/app.scss index 476ee09..a0b1d42 100644 --- a/app.scss +++ b/app.scss @@ -302,6 +302,16 @@ body { transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms; } + .no-footer { + #main-section { + margin-bottom: 0; + } + + .footer { + display: none; + } + } + .search-bar { position: relative; display: inline-block; -- cgit v1.2.3