about summary refs log tree commit diff
path: root/components
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 /components
parent54a558f9cfb364a28008162fd2f72f03a50d8c91 (diff)
downloadpuszcza-34e044ef96efc8f4e6463bdc767c526f590e505c.tar.gz
puszcza-34e044ef96efc8f4e6463bdc767c526f590e505c.zip
Increase gdrive link margin
Diffstat (limited to 'components')
-rw-r--r--components/GoogleDriveLink.vue2
1 files changed, 2 insertions, 0 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 {