diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-07-26 12:14:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 12:14:52 +0200 |
commit | 563b1c8b79b81e46a65827293d4e1fc59f31e875 (patch) | |
tree | 37c927e810e38b4dc542b07123c8573aa8856371 /components/Posts | |
parent | 2cb5d0a651c14cfd216119be22760a07650b4ab7 (diff) | |
parent | 065f95dfdfd2570f0ed84866d04417c678dc433a (diff) | |
download | puszcza-563b1c8b79b81e46a65827293d4e1fc59f31e875.tar.gz puszcza-563b1c8b79b81e46a65827293d4e1fc59f31e875.zip |
Merge pull request #40 from 19pdh/order
Obóz pierwszy
Diffstat (limited to 'components/Posts')
-rw-r--r-- | components/Posts/PostList/PurePostList.vue | 2 |
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 { |