Adjust content width
Using less than 50% of screen width to display my text was stupid, so increase it significantly.
This commit is contained in:
parent
12bc70988b
commit
a1e718801b
|
@ -2027,8 +2027,8 @@ pre {
|
|||
|
||||
.content-wrapper {
|
||||
z-index: 800;
|
||||
width: 60%;
|
||||
max-width: 800px;
|
||||
width: 80%;
|
||||
max-width: 1280px;
|
||||
margin-left: 40%; }
|
||||
|
||||
.content-wrapper__inner {
|
||||
|
|
Loading…
Reference in New Issue