add h3 css

This commit is contained in:
lauralani 2022-11-16 20:49:27 +01:00
parent bffe7483d2
commit 73451e0cea

View file

@ -37,7 +37,8 @@ p {
} }
h1, h1,
h2 { h2,
h3 {
line-height: 100%; line-height: 100%;
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 1rem; margin-bottom: 1rem;
@ -60,6 +61,11 @@ h2:before {
content: "## "/ ""; content: "## "/ "";
} }
h3:before {
content: "### ";
content: "### "/ "";
}
strong { strong {
font-weight: 700; font-weight: 700;
} }