aditya-bhaumik/Pathsphere

Incorrect Font Size for Heading Tags

Opened this issue · 0 comments

Description

The h6 tag is styled with a font-size: 20px, which is unusually large and disrupts the visual hierarchy. Typically, H6 should be smaller than H1-H5.

Steps to Reproduce

• Load the main webpage.
• Inspect the heading tag h6 in the section titles.

Expected Behavior

The h6 tag should have a smaller font size compared to other headings.

Actual Behavior

The h6 tag is larger than expected.

Screenshots

Screenshot 2024-10-09 163517

https://aditya-bhaumik.github.io/Pathsphere/

Additional Information

You can fix this issue by adjusting the font size to maintain proper hierarchy (e.g., reduce to 10-12px).

What browser are you seeing the problem on?

  • Firefox
  • Chrome
  • Safari
  • Microsoft Edge

Checklist