Add default margins to headlines from rte

This commit is contained in:
Björn Fromme
2022-03-09 12:02:17 +01:00
parent 6fc428c833
commit 4eda6668dc
@@ -1,3 +1,14 @@
h1,
.headline--primary,
h2,
.headline--secondary,
h3,
.headline--3,
h4,
.headline--4 {
@apply mb-4;
}
ul {
@apply list-disc pl-4 mb-4;
}