fix: improve footer icons layout on mobile devices#6755
Open
A-d-i-t-y wants to merge 1 commit intopipe-cd:masterfrom
Open
fix: improve footer icons layout on mobile devices#6755A-d-i-t-y wants to merge 1 commit intopipe-cd:masterfrom
A-d-i-t-y wants to merge 1 commit intopipe-cd:masterfrom
Conversation
Signed-off-by: Aditya <aaaditya1909@gmail.com>
Contributor
There was a problem hiding this comment.
please add a video or a screenshot of the change @A-d-i-t-y
Author
|
Hi @rahulshendre, Here is the before screenshot showing the broken footer layout on mobile:
The fix changes:
I am working on setting up the local Hugo server to provide an after screenshot as well. Will update shortly. |
Author
|
Hi @rahulshendre, Please find the before and after screenshots below: Before: Footer icons were stacked in 3 rows and breaking on mobile screens.
After: Footer icons are now properly aligned in a clean 2-column layout on mobile.
Let me know if any further changes are needed! |
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.



What this PR does
Fixes the footer icons layout that breaks on small screens / mobile devices.
Which issue this fixes
Fixes #6510
Changes
col-4tocol-12 col-sm-4so footer icons take full width on mobilecol-8tocol-12 col-sm-8so CNCF logo section also wraps correctly on mobileflex-wrapto prevent icons from overflowing on small screensDoes this PR introduce a user-facing change?
Yes — footer now displays correctly on mobile devices.