22 lines
219 B
CSS
22 lines
219 B
CSS
h1 {
|
|
font-size: 2.25rem;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.75rem;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.375rem;
|
|
}
|
|
|
|
h4, h5, h6 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h4 + *, h5 + *, h6 + * {
|
|
margin-top: 0.5em;
|
|
}
|