mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
Merge pull request #1929 from umap-project/heading-css-size
chore: change heading CSS size
This commit is contained in:
commit
e5259b3ffe
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue