Skip to content

Commit

Permalink
Increase overall width to max 1000px
Browse files Browse the repository at this point in the history
The maximum width is currently set to 600px, while this works, it could
easily have an increased width (say 1000px), which would improve
readability of long code snippets.
  • Loading branch information
Juan Antonio Osorio Robles committed Feb 13, 2018
1 parent 18bf316 commit f1c80dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
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 f1c80dd

Please sign in to comment.