Fix hero section layout responsiveness on mobile screens#121
Fix hero section layout responsiveness on mobile screens#121Prakash1185 wants to merge 2 commits intoapache:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes mobile responsiveness issues in the hero section of the homepage by implementing proper responsive CSS styles for small screens.
Changes:
- Added mobile-specific layout styles within the
@media screen and (max-width:30em)breakpoint - Implemented vertical stack layout using flexbox for mobile devices with centered content
- Reduced hero logo size from 17rem to 12rem on mobile screens
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs/overrides/home.html
Outdated
| } | ||
|
|
||
| @media screen and (max-width:30em) { | ||
| @media screen and (max-width:30em) { |
There was a problem hiding this comment.
Inconsistent indentation: This media query has extra leading spaces compared to other media queries in the file (e.g., line 138). For consistency, remove the extra leading spaces to match the indentation of other media queries.
| @media screen and (max-width:30em) { | |
| @media screen and (max-width:30em) { |
|
Hi @cxzl25 , Please let me know if this looks good. |
|
Hi @SteNicholas , |
Problem
What Changes
Screenshots
Before
After