diff options
Diffstat (limited to 'components/PostList')
-rw-r--r-- | components/PostList/PurePostList.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/PostList/PurePostList.vue b/components/PostList/PurePostList.vue index 07883ad..ace069f 100644 --- a/components/PostList/PurePostList.vue +++ b/components/PostList/PurePostList.vue @@ -49,7 +49,7 @@ export default { .post-list-container { display: flex; flex-wrap: wrap; - justify-content: initial; + justify-content: center; } @keyframes loading { @@ -88,4 +88,4 @@ export default { .fade-in-enter-active { animation: fade-in 0.3s reverse; } -</style> \ No newline at end of file +</style> |