diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-02 13:07:53 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-02 13:07:53 +0100 |
commit | 34e044ef96efc8f4e6463bdc767c526f590e505c (patch) | |
tree | 0ebb243f0147b1da496aadd22980a69db9338921 | |
parent | 54a558f9cfb364a28008162fd2f72f03a50d8c91 (diff) | |
download | puszcza-34e044ef96efc8f4e6463bdc767c526f590e505c.tar.gz puszcza-34e044ef96efc8f4e6463bdc767c526f590e505c.zip |
Increase gdrive link margin
-rw-r--r-- | components/GoogleDriveLink.vue | 2 | ||||
-rw-r--r-- | pages/kronika/index.vue | 2 |
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‑książkę rozkazów" link="https://drive.google.com/drive/folders/1LWH4yYXpaa8kapBa2UAZTKnAAgXOHQYo?usp=sharing" - style="margin: 60px 10px" + style="margin: 60px 30px" /> </div> </template> |