about summary refs log tree commit diff
path: root/components/Posts
diff options
context:
space:
mode:
Diffstat (limited to 'components/Posts')
-rw-r--r--components/Posts/PostList/PurePostList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Posts/PostList/PurePostList.vue b/components/Posts/PostList/PurePostList.vue
index cdbaffc..7281f21 100644
--- a/components/Posts/PostList/PurePostList.vue
+++ b/components/Posts/PostList/PurePostList.vue
@@ -44,7 +44,7 @@ export default {
   width: 100%;
   max-width: 900px;
   justify-content: center;
-  margin: 0 auto;
+  margin: 15px auto;
 }
 
 .post-list-container {