style some more block content, embed blocks etc

This commit is contained in:
2024-07-15 20:56:20 +02:00
parent a73a0799fc
commit f5bd564e83
3 changed files with 8 additions and 6 deletions
@@ -1,5 +1,5 @@
.richTextBlock {
padding-bottom: var(--spacing-section-bottom);
margin-bottom: var(--spacing-section-bottom);
h1,
h2,
@@ -118,11 +118,10 @@
}
hr {
margin: 2rem 0;
margin: 2rem auto;
max-width: var(--size-width-p);
border: none;
height: 1px;
background: var(--color-text);
opacity: .2;
}
}