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