From a0c1ac6cf72e3901b7c9482c2c57117684d3c050 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 26 Jul 2020 12:02:34 +0200 Subject: Obóz pierwszy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index a801653..2f93914 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,11 +1,11 @@ -- cgit 1.4.1 From 065f95dfdfd2570f0ed84866d04417c678dc433a Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 26 Jul 2020 12:10:01 +0200 Subject: Fix sizing of ObozWidget --- components/ObozWidget.vue | 3 +-- components/Posts/PostList/PurePostList.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/ObozWidget.vue b/components/ObozWidget.vue index 084feab..69a0ec5 100644 --- a/components/ObozWidget.vue +++ b/components/ObozWidget.vue @@ -20,8 +20,7 @@ export default { .oboz-widget { width: 100%; - margin-top: 50px; - padding: 80px 20%; + padding: 160px 20%; background-image: url('/assets/oboz.jpg'); background-size: cover; 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 { -- cgit 1.4.1