1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-03 15:32:30 +02:00

Doc: Fixed H3 header size

This commit is contained in:
Laurent Cozic 2021-11-03 17:39:30 +00:00
parent af19865865
commit 373c041aa6

View File

@ -188,6 +188,11 @@ h2 {
padding-bottom: 0.5em;
}
h3 {
font-size: 1.3em;
margin-bottom: 0.8rem;
}
.front-page h1 {
font-size: 3em;
}