From a4c23a149a180ddd565b5991bdfef1a09c9c0c02 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 23 Jan 2024 10:20:14 +0100 Subject: [PATCH] Remove border on markdown images --- components/markdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/markdown.tsx b/components/markdown.tsx index 48e04765..5d357ff3 100644 --- a/components/markdown.tsx +++ b/components/markdown.tsx @@ -123,7 +123,7 @@ const Markdown: FunctionComponent<{ src={src as string} width={width} height={height} - className={`img-fluid mx-auto d-block border shadow mt-8 ${ + className={`img-fluid mx-auto d-block shadow mt-8 ${ hasSub ? 'mb-2' : 'mb-8' } rounded`} />