Desktop: Fixed header spacing (regression)

release-2.2
Laurent Cozic 2021-08-05 12:50:41 +01:00
parent 3348b4f6f8
commit d3cd843fc8
1 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,11 @@ export default function(theme: any) {
*/
unicode-bidi: plaintext;
}
h1, h2, h3, h4, h5, h6, ul, table {
margin-bottom: 0.65em;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.5em;
}