forked from projects/fipamo
header type adjustment
This commit is contained in:
parent
b99890d522
commit
464f45136c
2 changed files with 4 additions and 4 deletions
|
@ -1539,11 +1539,11 @@ h3 {
|
|||
}
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.75em;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
|
|
|
@ -106,11 +106,11 @@ h1, h2, h3
|
|||
|
||||
h1
|
||||
font-size 2em
|
||||
font-weight 500
|
||||
font-weight 400
|
||||
|
||||
h2
|
||||
font-size 1.75em
|
||||
font-weight 500
|
||||
font-weight 400
|
||||
|
||||
h3
|
||||
font-size 1.5em
|
||||
|
|
Loading…
Reference in a new issue