From 71cfa953084d56fd60487a20f7aedd59f413fb20 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 29 May 2025 14:37:56 -0500 Subject: [PATCH] Use consistent rem margins --- app/assets/stylesheets/rich-text-content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index 52254f84d..c711b4384 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -1,6 +1,6 @@ @layer components { .rich-text-content { - --block-margin: 0.65lh; + --block-margin: 1rem; :where(h1, h2, h3, h4, h5, h6) { display: block; @@ -102,7 +102,7 @@ .attachment__figure { --hover-size: 0; } - + .attachment--file { align-items: center; display: inline-flex;