Skip to content

Commit 820a41d

Browse files
committed
Don't use .ember-application which is added after FastBoot
This class is added dynamically, after FastBoot rendering.
1 parent 07360be commit 820a41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body {
3333
@include align-items(center);
3434
}
3535

36-
.ember-application > div {
36+
body > div {
3737
width: 960px;
3838
@media only screen and (max-width: 960px) {
3939
width: 100%;

0 commit comments

Comments
 (0)