[wp-meta] [Making WordPress.org] #7318: Handbook page spacing should be added in mobile devices
Making WordPress.org
noreply at wordpress.org
Fri Oct 20 05:48:54 UTC 2023
#7318: Handbook page spacing should be added in mobile devices
---------------------------+---------------------
Reporter: harshgajipara | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Handbooks | Resolution:
Keywords: |
---------------------------+---------------------
Comment (by harshgajipara):
Following css code should fix the issue.
{{{
@media screen and (max-width: 1024px) {
.make-welcome .entry-content{
margin: 20px auto 0;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7318#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list