From 6873f8e86d45caa6b7a519cdf725ab10c5838cf9 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 18 Feb 2016 14:13:49 -0500 Subject: [PATCH] missing component for absolute bottom for footer --- root/scss/_structure.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/root/scss/_structure.scss b/root/scss/_structure.scss index e054dfb..0899684 100644 --- a/root/scss/_structure.scss +++ b/root/scss/_structure.scss @@ -3,6 +3,13 @@ //3. Fonts //4. Top Bar //5. Off-Canvas +.off-canvas-wrap { + min-height: 100%; + .inner-wrap { + min-height: 100vh; + height: 100%; + } +} //6. Main //7. Slideshow //8. Blog -- 2.17.1