Reduce font size for headings below h2

This commit is contained in:
Gabriel Augendre 2023-03-02 13:19:58 +01:00
parent f63673ed63
commit 963637fd51

View file

@ -9,6 +9,22 @@ h3 {
border-bottom: unset;
}
h3 {
font-size: 1.35rem;
}
h4 {
font-size: 1.1rem;
}
h5 {
font-size: 0.9rem;
}
h6 {
font-size: 0.7rem;
}
img {
border-radius: 5px;
}