diff --git a/tests/dummy/app/styles/app.css b/tests/dummy/app/styles/app.css index 29914da02..43b42848f 100644 --- a/tests/dummy/app/styles/app.css +++ b/tests/dummy/app/styles/app.css @@ -54,7 +54,6 @@ .hero-list { display: flex; flex-wrap: wrap; - border: 1px solid green; } .hero-list > div { @@ -80,8 +79,8 @@ } .hero-detail { - /* margin-left: 6rem; - margin-top: 6rem; */ + margin-left: 6rem; + margin-top: 6rem; } .hero-detail-image { diff --git a/tests/dummy/app/templates/demos/hero.hbs b/tests/dummy/app/templates/demos/hero.hbs index e7e4a4bf9..1af6b40e1 100644 --- a/tests/dummy/app/templates/demos/hero.hbs +++ b/tests/dummy/app/templates/demos/hero.hbs @@ -1,4 +1,4 @@ -{{!--
+
{{animated-orphans}} -
--}} +
{{outlet}} \ No newline at end of file