about summary refs log tree commit diff
path: root/components/JoinUs.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/JoinUs.vue')
-rw-r--r--components/JoinUs.vue5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/JoinUs.vue b/components/JoinUs.vue
index 4359a82..65431fa 100644
--- a/components/JoinUs.vue
+++ b/components/JoinUs.vue
@@ -25,15 +25,12 @@ export default {
   background-image: url('/assets/bg.webp');
 }
 
-.no-webp .joinus {
-  background-image: url('/assets/bg.jpg');
-}
-
 .joinus {
   width: 100%;
 
   padding: 80px 20%;
 
+  background-image: url('/assets/bg.jpg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;