about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-07-26 12:10:01 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-07-26 12:10:01 +0200
commit065f95dfdfd2570f0ed84866d04417c678dc433a (patch)
tree37c927e810e38b4dc542b07123c8573aa8856371
parenta0c1ac6cf72e3901b7c9482c2c57117684d3c050 (diff)
downloadpuszcza-065f95dfdfd2570f0ed84866d04417c678dc433a.tar.gz
puszcza-065f95dfdfd2570f0ed84866d04417c678dc433a.zip
Fix sizing of ObozWidget
-rw-r--r--components/ObozWidget.vue3
-rw-r--r--components/Posts/PostList/PurePostList.vue2
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 {