nuxt-themes / typography

Beautifully customizable Prose components for Nuxt Content.
https://typography.nuxt.space
MIT License
164 stars 7 forks source link

Remove margin-top for first heading #4

Closed atinux closed 1 year ago

atinux commented 1 year ago

I don't think the first heading should have any margin top.

atinux commented 1 year ago

This is how Tailwind selector look like:

.prose :where(h1):not(:where([class~=not-prose] *)) {
  margin-top: 0;
}

Seen on https://content-wind.nuxt.space/