diff --git a/components/GalleryFeatured.vue b/components/GalleryFeatured.vue
index 0e97110..f877013 100644
--- a/components/GalleryFeatured.vue
+++ b/components/GalleryFeatured.vue
@@ -2,7 +2,8 @@
-
{{ gallery.title }}
@@ -28,6 +29,9 @@ export default {
}
},
+ computed: {
+ },
+
methods: {
}
}
@@ -45,6 +49,8 @@ export default {
@media (min-width: $bp__layout) {
.featured-image {
width: 100%;
+ background-size: cover;
+ background-position: center center;
}
}