issue : Arsenal Cards hexagonal issue fixed + mb added#45
issue : Arsenal Cards hexagonal issue fixed + mb added#45satyamlal wants to merge 4 commits intoVaibhav2154:mainfrom
Conversation
|
@satyamlal is attempting to deploy a commit to the vaibhav2154's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thanks for creating a PR for your Issue!
|
Vaibhav2154
left a comment
There was a problem hiding this comment.
Resolve the merge conflicts
satyamlal
left a comment
There was a problem hiding this comment.
changes updated to fix the merge conflicts
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a hexagonal border cutting issue with Arsenal Cards on hover and adds margin-bottom for improved UI spacing. The changes primarily focus on code formatting improvements and the removal of a hexagonal clipping path that was causing visual issues.
- Reformatted code with consistent string quotes and proper line breaks for better readability
- Removed hexagonal clipping path that was causing border cutting issues on hover
- Added margin-bottom spacing for cleaner UI presentation
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
The clipPath style property was updated as the main fix for the hexagonal border issue. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Before : on hover few cards borders get cut and shows an odd hexagonal shape hiding the design
Current Update : hexagonal border cut is fixed + marginBottom is added for clean UI