diff --git a/src/components/Pages/Gallery.vue b/src/components/Pages/Gallery.vue index 93b8357..2fa9406 100644 --- a/src/components/Pages/Gallery.vue +++ b/src/components/Pages/Gallery.vue @@ -1,10 +1,12 @@ @@ -40,6 +92,14 @@ import {useAlbum} from "@/composables/api/Album.ts"; grid-auto-rows: 15rem; row-gap: 1rem; column-gap: 1rem; + margin-bottom: 3rem; + } + + li { + list-style: none; + } + img { + width: 100%; } @media only screen diff --git a/src/components/Pages/Index/FeaturedSection.vue b/src/components/Pages/Index/FeaturedSection.vue index 521fddf..7c825b2 100644 --- a/src/components/Pages/Index/FeaturedSection.vue +++ b/src/components/Pages/Index/FeaturedSection.vue @@ -1,5 +1,5 @@ \ No newline at end of file