Skip to content

Commit a5dcbce

Browse files
committed
application: Simplify max width assignment
1 parent 50762f6 commit a5dcbce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/styles/application.module.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
.application {
2-
width: 960px;
3-
@media only screen and (max-width: 960px) {
4-
width: 100%;
5-
}
2+
max-width: 960px;
63
}

0 commit comments

Comments
 (0)