From 92eced52f1eface14ce26e1548be79718a8070c3 Mon Sep 17 00:00:00 2001 From: samsep Date: Thu, 14 Apr 2016 16:14:10 -0700 Subject: [PATCH] add html & body styling to tc styles --- src/styles/_tc-styles.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/styles/_tc-styles.scss b/src/styles/_tc-styles.scss index 4a6b589..6bcbc73 100644 --- a/src/styles/_tc-styles.scss +++ b/src/styles/_tc-styles.scss @@ -1,2 +1,15 @@ @import 'tc-includes'; @import 'reset'; + +html { + min-height: 100%; + box-sizing: border-box; +} + +*, *:before, *:after { + box-sizing: inherit; +} + +body { + min-height: 100%; +} \ No newline at end of file