Skip to content

Commit 0af3a48

Browse files
johnpryankwalrath
authored andcommitted
use 960px max width for all content (#1703)
1 parent 4bb71ee commit 0af3a48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/_assets/css/main.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,9 @@ img {
250250

251251
> article {
252252
> .content {
253-
padding-left: 5%;
254-
padding-right: 8%;
253+
max-width: 960px;
254+
margin-left: auto;
255+
margin-right: auto;
255256
padding-top: $top-content-padding;
256257
}
257258

0 commit comments

Comments
 (0)