From dd125e9d2b8a37583436747b42cb3190ef727a38 Mon Sep 17 00:00:00 2001 From: jihoonahn Date: Mon, 18 Dec 2023 03:04:05 +0900 Subject: [PATCH] Update Posts --- Sources/Layouts/PostsLayout.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Layouts/PostsLayout.swift b/Sources/Layouts/PostsLayout.swift index 47faf78..d4d3f5f 100644 --- a/Sources/Layouts/PostsLayout.swift +++ b/Sources/Layouts/PostsLayout.swift @@ -10,7 +10,7 @@ struct PostsLayout: Component { Div { Figure { Image(item.metadata.postImage) - .class("my-0 transition duration-300 ease-in-out group-hover:scale-105") + .class("m-0 transition duration-300 ease-in-out group-hover:scale-105") } .class("h-full object-cover w-auto md:w-[43rem]") }