Reintroduce a more modest content margin

This commit is contained in:
Andy Smith
2025-11-05 13:11:46 -06:00
parent e95f22dfad
commit d035ae89b2
+2 -2
View File
@@ -1,13 +1,13 @@
@layer components {
.rich-text-content {
--block-margin: 0;
--block-margin: 0.5lh;
:where(h1, h2, h3, h4, h5, h6) {
display: block;
font-weight: 800;
letter-spacing: -0.02ch;
line-height: 1.1;
margin-block: var(--block-margin);
margin-block: 0 var(--block-margin);
overflow-wrap: break-word;
text-wrap: balance;
}