Skip to content

Commit 835868c

Browse files
committed
Make responsive screen width match the div width
1 parent c1f7ace commit 835868c

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
@@ -35,7 +35,7 @@ body {
3535

3636
.ember-application > div {
3737
width: 960px;
38-
@media only screen and (max-width: 900px) {
38+
@media only screen and (max-width: 960px) {
3939
width: 100%;
4040
}
4141
}

0 commit comments

Comments
 (0)