Making WordPress.org

Ticket #6146: #6146.2.patch

File #6146.2.patch, 517 bytes (added by umesh84, 3 years ago)

css added for small screen only

  • public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    11391139                width: 0;
    11401140        }
    11411141}
    1142 
     1142@media (max-width: 425px) {
     1143        .feature {
     1144                display:inline-block;
     1145                margin:3px 0px;
     1146                vertical-align: middle;
     1147        }
     1148}
    11431149nav.handbook-navigation {
    11441150        font-size: 14px;
    11451151        margin: 2em 0;