Skip to content

Commit f1c80dd

Browse files
committed
Increase overall width to max 1000px
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.
1 parent 18bf316 commit f1c80dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/jekyll-theme-hacker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121

2222
.container {
2323
width: 90%;
24-
max-width: 600px;
24+
max-width: 1000px;
2525
margin: 0 auto;
2626
}
2727

0 commit comments

Comments
 (0)