diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-03 19:14:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 19:14:44 +0100 |
commit | 6a87f4d381bb43bea3a2b64ea930d4f46783e22c (patch) | |
tree | 7e14c6c0ee06edcbc1dd3084d5801ab69be1ee28 /components/JoinUs.vue | |
parent | d81efb1e043180885bfb6ea9eac173a86fea6aad (diff) | |
parent | 1b74216fc4afa740991dcc9986eb6843c5b07a59 (diff) | |
download | puszcza-6a87f4d381bb43bea3a2b64ea930d4f46783e22c.tar.gz puszcza-6a87f4d381bb43bea3a2b64ea930d4f46783e22c.zip |
Merge pull request #22 from 19pdh/develop
Google drive link
Diffstat (limited to 'components/JoinUs.vue')
-rw-r--r-- | components/JoinUs.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/JoinUs.vue b/components/JoinUs.vue index 8c8911d..a219d16 100644 --- a/components/JoinUs.vue +++ b/components/JoinUs.vue @@ -26,7 +26,7 @@ export default { padding: 80px 20%; - background-image: url('/assets/bg.jpg'); + background-image: url('/assets/bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; @@ -83,4 +83,4 @@ export default { padding: 80px 20px; } } -</style> \ No newline at end of file +</style> |