client/css: add default font sizes for headings
This commit is contained in:
parent
e15dffa1dc
commit
9b10d2bebf
|
@ -32,6 +32,12 @@ h1, h2, h3
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
|
|
||||||
|
h1
|
||||||
|
font-size: 2em
|
||||||
|
|
||||||
|
h2
|
||||||
|
font-size: 1.5em
|
||||||
|
|
||||||
th
|
th
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue