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:
Joshua Boniface 2021-10-01 01:37:38 -04:00
parent 12bc70988b
commit a1e718801b
1 changed files with 2 additions and 2 deletions

View File

@ -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 {