Making WordPress.org

Changeset 600


Ignore:
Timestamp:
05/08/2014 09:16:01 PM (9 years ago)
Author:
Otto42
Message:

Initial mobile styling to make home page more responsive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r575 r600  
    541541    }
    542542
     543}
     544
     545@media screen and (max-width:960px) {
     546    #home-welcome {
     547        min-width: 0 !important;
     548    }
     549
     550    #home-welcome .wrapper {
     551        max-width: 100%;
     552        margin: 0;
     553    }
     554
     555    #home-text {
     556        width: 100%;
     557        float: right;
     558        margin: -10px;
     559    }
     560
     561
     562    #home-below .wrapper .col-2, #home-below .wrapper .col-4{
     563        max-width: 100%;
     564    }
     565
     566    #home-below {
     567        max-width: 100%;
     568        width: auto;
     569    }
    543570}
    544571
Note: See TracChangeset for help on using the changeset viewer.