Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

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 bea0c39 commit 5ad7a1a
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 5ad7a1a

Please sign in to comment.