nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.14k stars 628 forks source link

fix(index): .gradient style overflow #2758

Closed iusx closed 2 months ago

iusx commented 3 months ago

❓ Type of change

πŸ“š Description

Hey, I noticed a small bug while browsing the homepage. It might not have appeared during testing, but it’s happening on my end.

The issue is mainly caused by the .gradient style, which is shifting to the right, resulting in an x-overflow problem.

I resolved it by using left: 0;.

CleanShot 2024-08-20 at 22 11 14

fix:

CleanShot 2024-08-20 at 22 11 38

πŸ“ Checklist