Merge pull request #1929 from umap-project/heading-css-size

chore: change heading CSS size
This commit is contained in:
Yohan Boniface 2024-06-21 17:46:44 +02:00 committed by GitHub
commit e5259b3ffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,10 +61,16 @@ kbd {
white-space: nowrap; white-space: nowrap;
} }
h3 { h3 {
font-size: 1.2rem; font-size: 1rem;
} }
h4 { h4 {
font-size: 1.1rem; font-size: 0.9rem;
}
h5 {
font-size: 0.8rem;
}
h6 {
font-size: 0.7rem;
} }
hgroup > * { hgroup > * {
margin-bottom: 0; margin-bottom: 0;