From 16c54c6a5b21a00258d22d9321cdc8523b78d908 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Fri, 9 Jun 2023 16:24:58 +0200 Subject: [PATCH] Fix gallery css --- src/routes/gallery/+page.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/gallery/+page.svelte b/src/routes/gallery/+page.svelte index a050c97..95d1430 100644 --- a/src/routes/gallery/+page.svelte +++ b/src/routes/gallery/+page.svelte @@ -46,6 +46,9 @@ } .gallery-image { border-radius: 10px; + object-fit: fill; + width: 100%; + height: 100%; } .grid { margin-bottom: 1em;