[wp-meta] [Making WordPress.org] #461: Make WordPress.org home and other static pages responsive

Making WordPress.org noreply at wordpress.org
Fri May 9 01:20:56 UTC 2014


#461: Make WordPress.org home and other static pages responsive
---------------------+---------------------
  Reporter:  Otto42  |      Owner:
      Type:  task    |     Status:  new
  Priority:  normal  |  Component:  General
Resolution:          |   Keywords:
---------------------+---------------------

Comment (by nphaskins):

 {{{
 @media (max-width: 480px) {
         #home-welcome img.screenshot {
                 float:none;
                 margin-right:0;
         }

         #home-below .wrapper {
                 float:none;
                 max-width:100%;
         }

         #home-welcome p {
                 margin-right:0;
         }

         #home-text {
                 float:none;
                 margin:0;
                 padding-left:15px;
                 padding-right:15px;
                 -webkit-box-sizing:border-box;
                 -moz-box-sizing:border-box;
                 box-sizing:border-box;
         }

         // not real sure if you want to do this one but tey should really
 be reset on mobile
         .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,
 .col-9, .col-10, .col-11, .col-12 {
                 float:none;
                 margin:0;
                 width: 100% !important; // this is bad practice should
 really use specificity
                 padding-left:15px;
                 padding-right:15px;
                 -webkit-box-sizing:border-box;
                 -moz-box-sizing:border-box;
                 box-sizing:border-box;
         }

         #notable-users {
                 li {
                         width:50%;
                         display:inline-block;
                 }
         }
 }
 }}}


 This cleans up more of the home page. I've got a lot more fixes coming in
 for the other static pages, will be submitting those over the next couple
 of days.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/461#comment:9>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list