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.
This commit is contained in:
parent
18bf3160e9
commit
f1c80ddaa2
@ -21,7 +21,7 @@ body {
|
||||
|
||||
.container {
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user