Making WordPress.org

Ticket #6385: #6385.patch

File #6385.patch, 569 bytes (added by umesh84, 3 years ago)

added patch

  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css

     
    8989        vertical-align: top;
    9090        color: #666;
    9191}
    92 
     92@media only screen and (max-width: 375px) {
     93        textarea.text {
     94                box-sizing: border-box;
     95                width: 100%;
     96        }
     97  }
    9398.heading.search {
    9499        padding-top: 0;
    95100}