Fix: Remove explicit heading sizes - only body text is 18px

This commit is contained in:
Kunthawat Greethong
2026-03-04 11:06:38 +07:00
parent 62e5f83cb9
commit 88d987c3e7

View File

@@ -50,10 +50,6 @@
} }
/* Heading sizes - kept reasonable */ /* Heading sizes - kept reasonable */
h1 { font-size: 2.5rem; } /* 40px */
h2 { font-size: 2rem; } /* 32px */
h3 { font-size: 1.5rem; } /* 24px */
h4 { font-size: 1.25rem; } /* 20px */
p { p {
margin-bottom: 1.25em; margin-bottom: 1.25em;