Making WordPress.org


Ignore:
Timestamp:
07/17/2017 06:10:36 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Constrain responsive styles that should only apply when three-columns class is used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r5593 r5679  
    208208
    209209    @media ( min-width: 43em ) and ( max-width: 915px ) {
    210         a.button {
     210        .three-columns a.button {
    211211            max-width: 100%;
    212212            padding: .6em 1em;
     
    214214            font-size: 1.4rem;
    215215        }
    216         .dashicons {
     216        .three-columns .dashicons {
    217217            width: 16px;
    218218            height: 16px;
     
    580580                margin: 0 auto;
    581581            }
     582        }
     583        .three-columns .widget-title {
    582584            @media ( min-width: 43em ) and ( max-width: 915px ) {
    583585                font-size: 35px;
     
    699701        float: left;
    700702        clear: none;
     703    }
     704    .three-columns .box {
    701705        @media ( min-width: 43em ) and ( max-width: 915px ) {
    702706            padding: 30px 20px;
Note: See TracChangeset for help on using the changeset viewer.