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:
Juan Antonio Osorio Robles 2018-02-13 15:55:10 +02:00
parent 18bf3160e9
commit f1c80ddaa2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ body {
.container {
width: 90%;
max-width: 600px;
max-width: 1000px;
margin: 0 auto;
}