Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinJoyce committed Aug 25, 2018
1 parent 0d515ce commit 470f9f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions tests/dummy/app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
.hero-list {
display: flex;
flex-wrap: wrap;
border: 1px solid green;
}

.hero-list > div {
Expand All @@ -80,8 +79,8 @@
}

.hero-detail {
/* margin-left: 6rem;
margin-top: 6rem; */
margin-left: 6rem;
margin-top: 6rem;
}

.hero-detail-image {
Expand Down
4 changes: 2 additions & 2 deletions tests/dummy/app/templates/demos/hero.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{!-- <div style="position: absolute; top: 0; left: 0">
<div style="position: absolute; top: 0; left: 0">
{{animated-orphans}}
</div> --}}
</div>
{{outlet}}

0 comments on commit 470f9f9

Please sign in to comment.