Fix base css
This commit is contained in:
parent
1cbe74252c
commit
85fedbfeaf
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user