chore: change heading CSS size

This commit is contained in:
Yohan Boniface 2024-06-21 16:35:07 +02:00
parent f09024e8e8
commit ebafb6d40a

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;