Add mx-auto to imgs in posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
79200cae0f
commit
856dd277f4
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
/* Markdown inline images (Pleroma) */
|
/* Markdown inline images (Pleroma) */
|
||||||
[data-markup] img:not(.emojione) {
|
[data-markup] img:not(.emojione) {
|
||||||
@apply max-h-[500px] rounded-sm;
|
@apply max-h-[500px] mx-auto rounded-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* User setting to underline links */
|
/* User setting to underline links */
|
||||||
|
|
Loading…
Reference in New Issue