Skip to content

Commit

Permalink
Merge pull request #53 from EWhite613/master
Browse files Browse the repository at this point in the history
Add wrapper around demo to give margin-left 20px
  • Loading branch information
sandersky committed Mar 23, 2016
2 parents fc7516f + 84d4cf8 commit 85913c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/dummy/app/pods/application/template.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class="dummy-body">
<div class="dummy-content">
{{outlet}}
</div>
</div>
4 changes: 4 additions & 0 deletions tests/dummy/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ html, body {
color: rgb(102, 102, 102);
}

.dummy-body {
margin-left: 20px;
}

.dummy-notification-container {
position: fixed;
top: 60px;
Expand Down

0 comments on commit 85913c6

Please sign in to comment.