You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments