client/css: add default font sizes for headings
This commit is contained in:
parent
e15dffa1dc
commit
9b10d2bebf
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ h1, h2, h3
|
|||
font-weight: normal
|
||||
margin-bottom: 1em
|
||||
|
||||
h1
|
||||
font-size: 2em
|
||||
|
||||
h2
|
||||
font-size: 1.5em
|
||||
|
||||
th
|
||||
font-weight: normal
|
||||
|
||||
|
|
Loading…
Reference in a new issue