Making WordPress.org

Ticket #6186: #6186.2.patch

File #6186.2.patch, 1.0 KB (added by umesh84, 3 years ago)

We can also add this from 780px 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;
  • public_html/wp-content/themes/pub/wporg-plugins/client/components/_plugin-section.scss

     
    1616                font-size: ms( 4 );
    1717                font-weight: 400;
    1818                margin-bottom: 3rem;
     19                padding-right: 3.25rem;
     20               
    1921        }
    2022
    2123        .section-link {