Fix base css

This commit is contained in:
Tamius Han 2020-12-17 01:48:29 +01:00
parent 1cbe74252c
commit 85fedbfeaf

View File

@ -26,22 +26,22 @@
pointer-events: none; pointer-events: none;
// defaults for some common elements: // defaults for some common elements:
p,h1,h2,h3,h4,h5,h6 { p,h1,h2,h3,h4,h5,h6,div {
display: block; display: block;
} }
h1,h2,h3,h4,h5,h6,b { h1,h2,h3,h4,h5,h6,b {
font-weight: bold; font-weight: bold;
} }
h1 { h1 {
font-size: 2em; font-size: 2rem;
margin: .67em 0; margin: .5rem 0;
} }
h2 { h2 {
font-size: 1.69em; font-size: 1.69em;
margin: .75em 0; margin: .42rem 0;
} }
h3: { h3 {
font-size: 1.3em; font-size: 1.42rem;
margin: .83em 0; margin: .25rem 0;
} }
} }