fix: header sizes
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
Benno Tielen 2026-04-14 09:00:32 +02:00
parent 42ac27fff1
commit d66e5ad289

View file

@ -11,3 +11,18 @@
.container h3, .container h4, .container h5, .container h6 {
color: $base-color;
}
.container h3 {
font-size: 33px;
font-weight: 700;
}
.container h4 {
font-size: 25px;
font-weight: 700;
}
.container h5 {
font-size: 20px;
font-weight: 700;
}