content
content copied to clipboard
fix(index): .gradient style overflow
β Type of change
- [ ] π Documentation (updates to the documentation or readme)
- [x] π Bug fix (a non-breaking change that fixes an issue)
- [ ] π Enhancement (improving an existing functionality like performance)
- [ ] β¨ New feature (a non-breaking change that adds functionality)
- [ ] β οΈ Breaking change (fix or feature that would cause existing functionality to 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;.
fix:
π Checklist
- [ ] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.