Commit fbccfce
committed
Improve heading 3 and heading 4 styles for better visual hierarchy
- Add proper sizing and font weights to h3-h6 headings
- H3: text-xl (20px) + font-semibold for clear section breaks
- H4: text-lg (18px) + font-medium for subsections
- H5: text-base (16px) + font-medium for minor headings
- H6: text-sm (14px) + font-medium for smallest headings
- Consolidate duplicate h1 rules into single declaration
- Maintain existing h1 and h2 styling that works well
Fixes issue where h3 and h4 headings didn't look like proper headings on the site.1 parent 6dc31e7 commit fbccfce
1 file changed
+18
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 26 | + | |
| 27 | + | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
38 | 50 | | |
39 | 51 | | |
40 | 52 | | |
| |||
47 | 59 | | |
48 | 60 | | |
49 | 61 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| |||
0 commit comments