fix-Remove decorative top and bottom lines from hero rotating text#8134
Closed
Deven14125 wants to merge 1 commit intowebpack:mainfrom
Closed
fix-Remove decorative top and bottom lines from hero rotating text#8134Deven14125 wants to merge 1 commit intowebpack:mainfrom
Deven14125 wants to merge 1 commit intowebpack:mainfrom
Conversation
Remove the before/after pseudo-element Tailwind utility classes (positions, sizes, and gradient backgrounds) from the TextRotater wrapper div. This removes the top/bottom 3px gradient bars that were previously added via before:... and after:... classes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Removes decorative pseudo-element lines from the TextRotater wrapper to simplify the hero rotating text styling and improve visual clarity.
Changes:
- Removed Tailwind
before:andafter:gradient/line decorations from theTextRotatercontainer.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
Please use our PR template. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR removes the decorative top and bottom lines from the hero rotating text section to improve visual clarity and maintain a cleaner UI.
Before
After
Changes Made
Why is this change needed?
The decorative lines were:
This change improves overall user experience and keeps the design minimal and clean.
Notes
This PR only includes UI improvements and does not affect functionality.