From bdbd556560df06c411be1b418be8344361f31e2e Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 27 May 2025 14:55:25 -0500 Subject: [PATCH] Center and allow natural width --- app/assets/stylesheets/rich-text-content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index 568cd2350..bc70854f2 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -43,7 +43,7 @@ } :where(img, video, embed, object) { - max-inline-size: 25rem; + margin-inline: auto; max-block-size: 32rem; /* Links should hug media contained within */