Update h3 styling within markdown

This commit is contained in:
Oliver Davies 2021-07-15 22:38:16 +01:00
parent 626c349b50
commit c9e09e4ed9

View file

@ -30,6 +30,14 @@
@apply mt-6;
}
h3 {
@apply mt-8;
}
h2 + h3 {
@apply mt-2
}
blockquote {
@apply my-8;
}