From 2a1290f65a19d3042ae5b245b238ead3cb84a183 Mon Sep 17 00:00:00 2001 From: Charlotte Date: Mon, 3 Mar 2025 22:21:56 +0200 Subject: [PATCH] feat: add padding to ArticleSplashOld component for improved layout --- components/blog/ArticleSplashOld.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/blog/ArticleSplashOld.tsx b/components/blog/ArticleSplashOld.tsx index 5f3c2c3..6d9cef1 100644 --- a/components/blog/ArticleSplashOld.tsx +++ b/components/blog/ArticleSplashOld.tsx @@ -7,7 +7,7 @@ import { Post } from "@/sanity/schemaTypes/postType"; export const ArticleSplashOld = ({ article }: { article: Post }) => { return ( -
+
{article.imageUrl && (