- 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

@@ -10,7 +10,7 @@ body {
height: 100%;
max-height: 100%;
font-family: "Roboto Slab", serif;
font-size: 2rem;
font-size: 1.75rem;
line-height: 1.6em;
color: var(--section-light-text-color);
}
@@ -44,7 +44,7 @@ h3,h4,h5,h6 {
}
h1 {
font-size: 4rem;
font-size: 3.5rem;
line-height: 1.2em;
letter-spacing: -2px;
text-indent: -3px;
@@ -66,12 +66,8 @@ h4 {
font-size: 2rem;
}
h5 {
font-size: 1.5rem;
}
h6 {
font-size: 1rem;
h5, h6 {
font-size: 1.8rem;
}
p{