Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #22 from JAORMX/increase-width
Increase overall width to max 1000px
  • Loading branch information
Ben Balter authored and GitHub committed Feb 13, 2018
2 parents 18bf316 + f1c80dd commit 678ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/jekyll-theme-hacker.scss
Expand Up @@ -21,7 +21,7 @@ body {

.container {
width: 90%;
max-width: 600px;
max-width: 1000px;
margin: 0 auto;
}

Expand Down

0 comments on commit 678ff1f

Please sign in to comment.