Skip to content

Commit

Permalink
Add fit and fullbleed layout helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Orvell committed May 29, 2014
1 parent becc67c commit 26f6a1e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,23 @@
display: none;
}

html /deep/ [relative] {
position: relative;
}

html /deep/ [fit] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

body[fullbleed] {
margin: 0;
height: 100vh;
}

/*******************************
Other
*******************************/
Expand Down

0 comments on commit 26f6a1e

Please sign in to comment.