diff --git a/sass/post.scss b/sass/post.scss index 7d33367..8b0e1a9 100644 --- a/sass/post.scss +++ b/sass/post.scss @@ -1,7 +1,7 @@ @import "variables"; .posts { - width : 100%; + width: 100%; margin: 0 auto; } @@ -132,4 +132,4 @@ .post-tag { text-decoration: underline; } -} \ No newline at end of file +}