- change css font size for h1.. h6

This commit is contained in:
2025-02-03 18:15:51 +01:00
parent 1f4eef5fa1
commit 88006babac
4 changed files with 40 additions and 23 deletions

View File

@@ -71,20 +71,32 @@
}
h1 {
font-size: 4.8rem;
font-size: 3.5rem;
text-indent: -2px;
}
h2 {
font-size: 3.8rem;
font-size: 3rem;
line-height: 1.2em;
letter-spacing: -1px;
text-indent: -2px;
}
h3 {
font-size: 3.3rem;
font-size: 2.5rem;
margin-bottom: 1.5rem;
}
h4 {
font-size: 2.8rem;
font-size: 2rem;
}
h5 {
font-size: 1.8rem;
}
h6 {
font-size: 1rem;
}
#site-head #site-menu, #site-head.withCenteredImage #site-menu {
@@ -159,19 +171,27 @@
padding: 0 1rem;
}
h1,
h1 {
font-size: 3.5rem;
}
h2 {
font-size: 3rem;
}
h1,
h2 {
line-height: 1.1em;
letter-spacing: -1px;
}
h3 {
font-size: 2.8rem;
font-size: 2.5rem;
margin-bottom: 1.5rem;
}
h4 {
font-size: 2.3rem;
font-size: 2rem;
}
.post-template .post {
@@ -183,7 +203,7 @@
}
.site-footer {
font-size: 1.1rem;
font-size: 1.3rem;
}
#site-head #top-banner,
#site-head.withCenteredImage #top-banner {