From 59c1171260fa3d2d8f8972b63d7e63bfd732e9ab Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 17 Nov 2024 21:55:52 +0000 Subject: [PATCH] Update src/styles/post.css --- src/styles/post.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/post.css b/src/styles/post.css index 2109b53..c2f3474 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -246,7 +246,7 @@ margin-bottom: 10px; } -.IBMSMSMBSSPostBody > * > :is(h1, h2, h3, h4, h5, h6) { +.IBMSMSMBSSPostBody > div > div > *:is(h1, h2, h3, h4, h5, h6) { margin: 15px 0 15px 0 !important; border-bottom: solid 1px rgb(255 255 255 / 10%); padding: 0px 0 10px 0;