fix(contact): correct layout spacing #2013
Open
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 does this PR do?
This PR fixes the layout issue in the Contact section where columns were stacking vertically instead of displaying side-by-side on medium and larger screens. The issue was caused by incorrect flexbox usage in the component. The fix ensures proper responsiveness and spacing using Bootstrap grid classes.
Fixes #2012
Type of change
How should this be tested?
[x] Test A: Resize the browser window to verify that the Contact section columns switch between stacked and side-by-side layouts correctly.
[x] Test B: Check spacing and alignment across screen sizes (mobile, tablet, desktop) to ensure consistency.
Mandatory Tasks