From 1aa00aec22ed50617a81daa7f4fc9beb4b242a81 Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Sat, 13 Jan 2024 10:47:13 +0530 Subject: [PATCH] fix: img alignment --- src/components/notion/notion.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/notion/notion.scss b/src/components/notion/notion.scss index 1cb1b44..a9dae22 100644 --- a/src/components/notion/notion.scss +++ b/src/components/notion/notion.scss @@ -46,6 +46,12 @@ } } +.notion-text { + img { + @apply inline; + } +} + .notion-bookmark { @apply rounded-lg border md:flex-row flex-col-reverse;