mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +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,
|
||||
h2 {
|
||||
h2,
|
||||
h3 {
|
||||
line-height: 100%;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
|
@ -60,6 +61,11 @@ h2:before {
|
|||
content: "## "/ "";
|
||||
}
|
||||
|
||||
h3:before {
|
||||
content: "### ";
|
||||
content: "### "/ "";
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue