From bfc8f0bc01d354a32e6c244c1d3da6d7cc46330f Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Thu, 27 Jun 2024 20:54:19 +0200 Subject: [PATCH] wrong margin --- src/components/comment-media/comment-media.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/comment-media/comment-media.module.css b/src/components/comment-media/comment-media.module.css index c5e8a92c..698f79ed 100644 --- a/src/components/comment-media/comment-media.module.css +++ b/src/components/comment-media/comment-media.module.css @@ -18,7 +18,7 @@ } .subplebbitAvatar { - margin: 3px 20px 5px 0; + margin: 3px 20px 5px 20px; } .spoiler {