-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
The current blog section looks visually dull due to minimal spacing between blog cards and text elements. Additionally, the hover animation on the blog cards feels too fast, making the interaction less smooth and user-friendly.

Suggested Fixes:
- Add more spacing (padding/margin) between blog cards and text content for better readability.
- Adjust hover animation speed to be slower and smoother (e.g., use transition: all 0.3s ease-in-out;).
- Ensure consistent spacing across blog titles, author details, and descriptions.
This will improve the overall readability and user experience of the blog section.
Assign this issue to me under GSSOC 2025.