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 {
|
.content-wrapper {
|
||||||
z-index: 800;
|
z-index: 800;
|
||||||
width: 60%;
|
width: 80%;
|
||||||
max-width: 800px;
|
max-width: 1280px;
|
||||||
margin-left: 40%; }
|
margin-left: 40%; }
|
||||||
|
|
||||||
.content-wrapper__inner {
|
.content-wrapper__inner {
|
||||||
|
|
Loading…
Reference in New Issue