mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: change heading CSS size
This commit is contained in:
parent
f09024e8e8
commit
ebafb6d40a
1 changed files with 8 additions and 2 deletions
|
@ -61,10 +61,16 @@ kbd {
|
|||
white-space: nowrap;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.2rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
h4 {
|
||||
font-size: 1.1rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
h5 {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
h6 {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
hgroup > * {
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue