Update h3 styling within markdown
This commit is contained in:
parent
626c349b50
commit
c9e09e4ed9
|
@ -30,6 +30,14 @@
|
||||||
@apply mt-6;
|
@apply mt-6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
@apply mt-8;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 + h3 {
|
||||||
|
@apply mt-2
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
@apply my-8;
|
@apply my-8;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue