Skip to content

Commit c1f7ace

Browse files
committed
Make the page wider to give more room for README on desktop
1 parent 1882e91 commit c1f7ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body {
3434
}
3535

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

app/styles/crate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
.docs {
209209
@include flex(7);
210210
padding-right: 40px;
211-
max-width: 600px;
211+
max-width: 640px;
212212
}
213213
.authorship {
214214
@include flex(3);

0 commit comments

Comments
 (0)