Skip to content

Commit

Permalink
add html & body styling to tc styles
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Apr 14, 2016
1 parent b8c5def commit 92eced5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/styles/_tc-styles.scss
Original file line number Diff line number Diff line change
@@ -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%;
}

0 comments on commit 92eced5

Please sign in to comment.