Merge pull request #546 from basecamp/rich-text-margins

Use consistent rem margins
This commit is contained in:
Andy Smith
2025-05-29 16:14:45 -05:00
committed by GitHub
+2 -2
View File
@@ -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;