Making WordPress.org

Ticket #6210: #6210.patch

File #6210.patch, 1.5 KB (added by umesh84, 3 years ago)

added patch

  • 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 {
  • public_html/wp-content/themes/pub/wporg-showcase/style.css

     
    491491
    492492.wpsc-slide-nav .wpsc-slide-pager span {
    493493        display: inline-block;
    494         text-indent: -1000%;
     494        text-indent: -9999%;
    495495
    496496        background: #dcdcdc;
    497497        border: 1px #bcbcbc solid;