mirror of https://gitlab.com/curben/blog
fix(css): increase font size of 'h4' element
This commit is contained in:
parent
58e23695d9
commit
c1c0d7abce
|
@ -69,6 +69,10 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue