fix: decrease font sizes for essays

This commit is contained in:
Stefan Imhoff
2023-06-10 18:30:58 +02:00
parent 1ea4ab26e8
commit 7faf50cc35

View File

@@ -137,6 +137,17 @@ const description = '…';
<style is:global>
.journal-post {
& > h2 {
@apply text-4 mbe-9;
}
& > h3,
& > h4,
& > h5,
& > h6 {
@apply text-3;
}
& h2 + h3,
& p + h2,
& p + h3,