Skip to content

Commit

Permalink
feat: Set a max-width for article/thoughts content
Browse files Browse the repository at this point in the history
  • Loading branch information
ripixel committed Jun 7, 2020
1 parent fbaa188 commit 5848fbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/styles/styles.css
Expand Up @@ -515,6 +515,9 @@ section.area {
.article section.area {
border-left: none;
padding-left: 0;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.article img {
Expand Down

0 comments on commit 5848fbe

Please sign in to comment.