about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-02 13:07:53 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-02 13:07:53 +0100
commit34e044ef96efc8f4e6463bdc767c526f590e505c (patch)
tree0ebb243f0147b1da496aadd22980a69db9338921
parent54a558f9cfb364a28008162fd2f72f03a50d8c91 (diff)
downloadpuszcza-34e044ef96efc8f4e6463bdc767c526f590e505c.tar.gz
puszcza-34e044ef96efc8f4e6463bdc767c526f590e505c.zip
Increase gdrive link margin
-rw-r--r--components/GoogleDriveLink.vue2
-rw-r--r--pages/kronika/index.vue2
2 files changed, 3 insertions, 1 deletions
diff --git a/components/GoogleDriveLink.vue b/components/GoogleDriveLink.vue
index dc21d9e..c54c630 100644
--- a/components/GoogleDriveLink.vue
+++ b/components/GoogleDriveLink.vue
@@ -47,6 +47,7 @@ export default {
 
 .google-drive-link .text {
   margin: 30px 0;
+  font-size: 18px;
 }
 
 .google-drive-link button,
@@ -80,6 +81,7 @@ export default {
     margin: 0 10px;
     flex: 1;
     text-align: left;
+    font-size: 16px;
   }
 
   .google-drive-link .image {
diff --git a/pages/kronika/index.vue b/pages/kronika/index.vue
index 61d89e2..4da7e58 100644
--- a/pages/kronika/index.vue
+++ b/pages/kronika/index.vue
@@ -5,7 +5,7 @@
     <google-drive-link
       text="Zobacz również e&#8209;książkę rozkazów"
       link="https://drive.google.com/drive/folders/1LWH4yYXpaa8kapBa2UAZTKnAAgXOHQYo?usp=sharing"
-      style="margin: 60px 10px"
+      style="margin: 60px 30px"
     />
   </div>
 </template>