fix: headings after h2 look a bit inconsistent

This commit is contained in:
Himadri Bhattacharjee
2025-11-03 08:22:02 +05:30
parent 3eb90bb21c
commit e65caed1b1

View File

@@ -491,19 +491,19 @@ nav[data-post] {
}
h3 {
font-size: 3rem;
}
h4 {
font-size: 2.5rem;
}
h4 {
h5 {
font-size: 2.2rem;
}
h5 {
font-size: 1.8rem;
}
h6 {
font-size: 1.5rem;
font-size: 1.8rem;
}
img {