Skip to content

Commit 637979c

Browse files
authored
Merge pull request #73 from javaevolved/copilot/increase-article-div-width
Increase article width to match navbar
2 parents 3bbca40 + 5a4f0d0 commit 637979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ nav {
836836

837837
/* ---------- Article Page ---------- */
838838
.article {
839-
max-width: 900px;
839+
max-width: 1100px;
840840
margin: 0 auto;
841841
padding: 40px 24px 80px;
842842
}

0 commit comments

Comments
 (0)