Skip to content

Commit

Permalink
update dummy app styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Apr 10, 2017
1 parent e5bcf06 commit d800734
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion tests/dummy/app/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
@import "nypr-ui";

html,
body {
margin: 0;
padding: 0;
}

*,
*:before,
*:after {
box-sizing: border-box;
}

.l-constrained {
max-width: 800px;
max-width: 1000px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

.l-full {
width: 100%;
}

0 comments on commit d800734

Please sign in to comment.