Fix: image overflow in announcement cards (mobile view)#6769
Closed
Rajesh-Nagarajan-11 wants to merge 3 commits intolayer5io:masterfrom
Rajesh-Nagarajan-11:fix/blog-image-overflow-mobile
Closed
Fix: image overflow in announcement cards (mobile view)#6769Rajesh-Nagarajan-11 wants to merge 3 commits intolayer5io:masterfrom Rajesh-Nagarajan-11:fix/blog-image-overflow-mobile
Rajesh-Nagarajan-11 wants to merge 3 commits intolayer5io:masterfrom
Rajesh-Nagarajan-11:fix/blog-image-overflow-mobile
Conversation
Member
|
🚀 Preview for commit bda45f9 at: https://68b3ba3f4e7aa45dd6289117--layer5.netlify.app |
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
Member
|
🚀 Preview for commit c1e9ba6 at: https://68b3db8d23074380feff0a98--layer5.netlify.app |
Member
Author
|
@vr-varad Thank you varad for review , let me implement what you suggest |
Contributor
Because that was in a row, if you make it in a column, you have to ensure it's centered or equally spaced. |
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
Member
|
🚀 Preview for commit 6d5440c at: https://68b42b664e7aa4591c2890a7--layer5.netlify.app |
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 fixes #6768
This PR fixes the issue where images in the Announcements page (mobile view) were not contained within their respective category cards, causing them to overflow and overlap adjacent content.
Notes for Reviewers
Please verify the fix on different screen sizes (especially smaller mobile widths). The change ensures images inside announcement cards are contained properly without breaking layout.
Signed commits