From 05e148043989a4b7a47a930b3f04095521417775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C3=85sberg?= Date: Fri, 27 Oct 2023 11:40:59 +0200 Subject: [PATCH] rounded corners for images --- content/gallery/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/gallery/index.md b/content/gallery/index.md index 2a42f5c..6fa1d96 100644 --- a/content/gallery/index.md +++ b/content/gallery/index.md @@ -6,4 +6,4 @@ tags: title: "Gallery" --- -{{< paige/gallery images="*" maxheight="20rem" type="rows" />}} \ No newline at end of file +{{< paige/gallery images="*" class="object-fit-cover rounded-4" maxheight="20rem" type="rows" />}} \ No newline at end of file