Open
Conversation
Contributor
|
Hi @RakeshThapa332 , |
bhimrazy
approved these changes
Feb 13, 2025
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 does this PR do?
This pull request addresses the layout and responsiveness of the statistics section in the HeroSection component. Currently, the stats boxes are not fully responsive on mobile devices, and their layout appears inconsistent across different screen sizes. This PR ensures that the stats layout remains consistent across all devices.
Fixes: #71
1)The issue where the statistics section was not mobile responsive is resolved.
Changes Made
1)Responsive Layout: Adjusted the Box components containing the stats, ensuring they adapt to different screen sizes. The minimum and maximum widths of the boxes have been updated for better responsiveness.
2)Improved Mobile Layout: On smaller screens (mobile devices), the stats boxes now stack properly, and the font sizes are adjusted to be more readable on smaller screens.
3)Fixed Visual Gaps: Removed excess margins and padding in some areas to ensure that the stats section is properly aligned across all screen sizes.
Screenshots

Additional Notes
1)Testing on Multiple Devices: The changes were tested on a variety of screen sizes to ensure consistency in the layout.