diff options
Diffstat (limited to 'pages/oboz/2020.vue')
-rw-r--r-- | pages/oboz/2020.vue | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/pages/oboz/2020.vue b/pages/oboz/2020.vue index 2605b75..335a24b 100644 --- a/pages/oboz/2020.vue +++ b/pages/oboz/2020.vue @@ -20,20 +20,27 @@ /> </div> </div> + <h3 style="margin-top: 10vh">Tutaj niedługo znajdziesz relacje z obozu</h3> + <pure-post-list loading /> </section> </template> -<style scoped> -.oboz { - margin-top: 40px; +<script> +import PurePostList from '~/components/Posts/PostList/PurePostList' +export default { + components: { + PurePostList + } } +</script> +<style scoped> .header { display: flex; flex-direction: column; justify-content: center; align-items: center; - margin: 20px 0; + margin: 15vmax 0; } h1 { |