[wp-trac] [WordPress Trac] #49295: 5.4 about page

WordPress Trac noreply at wordpress.org
Fri Mar 27 21:36:24 UTC 2020


#49295: 5.4 about page
-------------------------------------+-------------------------------------
 Reporter:  karmatosed               |       Owner:  (none)
     Type:  task (blessed)           |      Status:  new
 Priority:  normal                   |   Milestone:  5.4
Component:  Help/About               |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  needs-design has-patch   |     Focuses:  ui, accessibility,
  dev-feedback needs-testing         |  administration
-------------------------------------+-------------------------------------

Comment (by SergeyBiryukov):

 `.about__header { padding-top: 10%; }` didn't seem to work in my testing.

 Took another approach in [attachment:"49295.14.diff"] with a few
 breakpoints for the font size:
 {{{
 @media screen and (max-width: 1280px) {
         .about__header-title p {
                 font-size: 3.4em;
         }
 }

 @media screen and (max-width: 1024px) {
         .about__header-title p {
                 font-size: 3em;
         }
 }

 @media screen and (max-width: 960px) {
         .about__header-title p {
                 font-size: 2.7em;
         }
 }
 }}}
 That seems to work and resolves the overlapping.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49295#comment:78>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list