Skip to content

Commit 5848fbe

Browse files
committed
feat: Set a max-width for article/thoughts content
1 parent fbaa188 commit 5848fbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/styles/styles.css

+3
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ section.area {
515515
.article section.area {
516516
border-left: none;
517517
padding-left: 0;
518+
max-width: 1200px;
519+
margin-left: auto;
520+
margin-right: auto;
518521
}
519522

520523
.article img {

0 commit comments

Comments
 (0)