mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
add h3 css
This commit is contained in:
parent
bffe7483d2
commit
73451e0cea
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue