Fix(site): improve homepage responsiveness on smaller screens#15266
Fix(site): improve homepage responsiveness on smaller screens#15266Prakash1185 wants to merge 1 commit intoapache:mainfrom
Conversation
|
Hi @nastra , @ajantha-bhat |
kevinjqliu
left a comment
There was a problem hiding this comment.
thanks for the PR! the site formatting on mobile has been an annoyance for me.
is there a way we can structure the changes here so that its more maintainable?
| max-width: 100%; | ||
| } | ||
|
|
||
| @media (max-width: 992px) { |
There was a problem hiding this comment.
these changes feel like "magic" to me. is there a more systemic approach to achieve the same result?
|
Thanks for the feedback @kevinjqliu. For this PR, I mainly used media queries targeting smaller breakpoints to address the layout issues along with some spacing adjustments. |
Problem
Changes
Screenshots