Skip to content

Commit 251491f

Browse files
authored
Set max width on main content container
1 parent 9cbc59b commit 251491f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
object-fit: cover;
1616
}
1717

18-
section.recent-posts {
18+
.container {
1919
max-width: 1200px;
2020
margin: 0 auto;
2121
}

0 commit comments

Comments
 (0)