Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d0f4b3

Browse files
committedSep 8, 2019
Don't use .ember-application which is added after FastBoot
This class is added dynamically, after FastBoot rendering.
1 parent 1aa0a00 commit 1d0f4b3

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)
Please sign in to comment.