-
Notifications
You must be signed in to change notification settings - Fork 52
Fixed the PostCard, and HeroPost card to make them consistent #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Swapnendu003 <swaps.b003@gmail.com>
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
* Added google-adsense Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> * chore/modified-google-adsense-tag Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> --------- Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com>
@amaan-bhati please review |
Looks good to me, can be merged, nothing conflicting here, just changes in the card ui, content displayed on the card and the size of the card. |
Also @Swapnendu003 You need to run |
@amaan-bhati I have checked the build there is no build issues in this PR |
@Swapnendu003 Looks good to me!! |
@amaan-bhati These are the mobile and tablet views |
Related Tickets & Documents
Fixes: #2653
Description
This PR enhances the visual consistency and user experience of blog post cards throughout the website.
Changes
post-preview.tsx
to ensure cards maintain consistent height with dynamic excerpt display.hero-post.tsx
to match the styling patterns of post previews.Type of Change
Testing
Demo
Before: Cards had inconsistent heights based on content


After: All cards maintain consistent layout with proper spacing regardless of content length
Environment and Dependencies
Checklist