Opened 9 months ago
#6644 new defect (bug)
Not having a proper spacing at 320px.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.org Site | Keywords: | needs-patch |
Cc: |
Description
Hero banner text is not looking proper with padding at 320px on the page -
https://wordpress.org/about/
I am adding a video with a solution-
https://share.cleanshot.com/PxlHY1HvT134MMYmlmRR
Solution code-
@media screen and (max-width: 480px){ body.page .entry-header .entry-title{ padding: 0 0.5625rem; }
Attachments (1)
Note: See
TracTickets for help on using
tickets.
added patch