Skip to content

Commit

Permalink
update: .markdown-section max-width 800px to 80% (#1017)
Browse files Browse the repository at this point in the history
* update max-width 800px to 95%

* update to 80%
  • Loading branch information
jhoneybee authored Feb 12, 2020
1 parent 92c29ac commit 6e9911c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/basic/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ body.sticky
/* markdown content found on pages */
.markdown-section
margin 0 auto
max-width 800px
max-width 80%
padding 30px 15px 40px 15px
position relative

Expand Down

0 comments on commit 6e9911c

Please sign in to comment.