Fix: Blog Title wraps correctly before colliding with the blog image(#232)
Description
This pull request addresses the issue where the blog title was not wrapping correctly and was colliding with the blog image. This fix ensures that the blog title wraps itself before reaching the image, improving the layout and readability of the blog posts.
Resolves #232
Linked Issues
Fixes #232
Type of Change
Bug fix (non-breaking change which fixes an issue)
Screenshots/Recordings
Before
After
Checklist before requesting a review
[x] I have performed a self-review of my code
[x] I assure there are no similar/duplicate pull requests regarding the same issue
[x] My changes follow the project's coding guidelines and best practices
[x] Code is formatted properly and lint check passes successfully
[ ] I have made corresponding changes to the documentation (if applicable)
Pull Request Title
Fix: Blog Title wraps correctly before colliding with the blog image(#232)
Description
This pull request addresses the issue where the blog title was not wrapping correctly and was colliding with the blog image. This fix ensures that the blog title wraps itself before reaching the image, improving the layout and readability of the blog posts.
Resolves #232
Linked Issues
Type of Change
Screenshots/Recordings
Before
After
Checklist before requesting a review