mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-18 06:34:25 +01:00
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:
@@ -21,7 +21,7 @@ body {
|
||||
|
||||
.container {
|
||||
width: 90%;
|
||||
max-width: 600px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user