diff --git a/components/GalleryFeatured.vue b/components/GalleryFeatured.vue index fbd0e21..0f9b7f9 100644 --- a/components/GalleryFeatured.vue +++ b/components/GalleryFeatured.vue @@ -42,6 +42,7 @@ export default { width: 100%; background-size: cover; background-position: center center; + overflow: hidden; } @media (max-width: $bp__layout) { @@ -73,11 +74,12 @@ export default { @media (min-width: $bp__layout) { .gallery-featured { transition: opacity .3s; // TEMP - opacity: .3; - - &:hover { - opacity: 1; - } + padding: 8px; + /* opacity: .3; */ + /* */ + /* &:hover { */ + /* opacity: 1; */ + /* } */ } } diff --git a/components/GalleryImageViewer.vue b/components/GalleryImageViewer.vue index e56de83..c0663f2 100644 --- a/components/GalleryImageViewer.vue +++ b/components/GalleryImageViewer.vue @@ -1,7 +1,9 @@