From 61a94e53588e44152ff202be3dd7ba7db1741e4e Mon Sep 17 00:00:00 2001 From: freakoverse Date: Thu, 21 Nov 2024 20:51:21 +0000 Subject: [PATCH] Update src/styles/post.css --- src/styles/post.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/styles/post.css b/src/styles/post.css index 67bada2..0722072 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -180,13 +180,6 @@ background: rgb(55 55 55); } -.IBMSMSMBSSPostBodyHideText > * { - width: 100%; - text-align: center; - margin: 0; - padding: 10px; -} - .IBMSMSMBSSModFor { width: 100%; border-radius: 10px; @@ -290,3 +283,9 @@ text-align: center; } +.IBMSMSMBSSPostBodyHideText > * { + width: 100%; + text-align: center; + margin: 0; + padding: 10px; +} \ No newline at end of file