From f29a2634fdc2a2aa69352c4ed1e4b464d9dd7db0 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Thu, 21 Nov 2024 20:58:39 +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 0722072..d3049ca 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -252,7 +252,7 @@ padding: 2px; } -.IBMSMSMBSSPostBody > div > div > p { +.IBMSMSMBSSPostBody > div:first-child > div > p { margin-bottom: 10px; }