From a66535d7d282209b5e4e521c86ff10e2c0b6b927 Mon Sep 17 00:00:00 2001 From: Barunes Padhy <148685909+barunespadhy@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:42:49 +0300 Subject: [PATCH] Update index.css --- frontend/viewable-ui/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/viewable-ui/src/index.css b/frontend/viewable-ui/src/index.css index 14d147b..8d8fe71 100755 --- a/frontend/viewable-ui/src/index.css +++ b/frontend/viewable-ui/src/index.css @@ -37,7 +37,7 @@ a { } } -.tiptap blockquote { +.blogContent blockquote { padding-left: 1rem; border-left: 2px solid grey; }