about summary refs log tree commit diff
path: root/components/JoinUs.vue
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-27 17:42:53 +0100
committerGitHub <noreply@github.com>2020-01-27 17:42:53 +0100
commit3c2ac6715dfffc2eda38e014ed0b4986ccc7f75a (patch)
tree6fe224aac15e46ed4f527b12b86fdac7ab376b29 /components/JoinUs.vue
parent5305c18b05803bf0d032027e645c71ac59627621 (diff)
parent6582d35072ee2bb81e0600311292aca63a1fd0eb (diff)
downloadpuszcza-3c2ac6715dfffc2eda38e014ed0b4986ccc7f75a.tar.gz
puszcza-3c2ac6715dfffc2eda38e014ed0b4986ccc7f75a.zip
Merge pull request #24 from 19pdh/oboz
Oboz
Diffstat (limited to 'components/JoinUs.vue')
-rw-r--r--components/JoinUs.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/JoinUs.vue b/components/JoinUs.vue
index a219d16..65431fa 100644
--- a/components/JoinUs.vue
+++ b/components/JoinUs.vue
@@ -21,12 +21,16 @@ export default {
 </script>
 
 <style scoped>
+.webp .joinus {
+  background-image: url('/assets/bg.webp');
+}
+
 .joinus {
   width: 100%;
 
   padding: 80px 20%;
 
-  background-image: url('/assets/bg.webp');
+  background-image: url('/assets/bg.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;