vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.08k stars 1.23k forks source link

Odd styling behavior #174

Open wbrenton opened 1 year ago

wbrenton commented 1 year ago

I noticed that h1, h2, h3 tags to not have the expected behavior of being 3 different sizes smallest to largest. This unexpected behavior is encountered with any tag that has default formatting. I notice if I delete @tailwind.base from main.css it resolves the issue but you lose all other formatting.

Could someone please advise on how to fix this?