Add mx-auto to imgs in posts

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-07-21 20:26:42 +02:00
parent 79200cae0f
commit 856dd277f4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
/* Markdown inline images (Pleroma) */
[data-markup] img:not(.emojione) {
@apply max-h-[500px] rounded-sm;
@apply max-h-[500px] mx-auto rounded-sm;
}
/* User setting to underline links */