Making WordPress.org

Ticket #6798: 6798.2.diff

File 6798.2.diff, 622 bytes (added by aezazshekh, 2 years ago)

added final right patch

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

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css
    index dc94f6831..fbf505959 100644
    a b a.wpsc-hero-learnmore { 
    950950        }
    951951}
    952952
     953/* Smaller devices */
     954@media ( max-width: 400px ) {
     955        textarea.text {
     956                width: 100%;
     957                margin: 0;
     958                padding-right: 0;
     959        }
     960}
     961
    953962/* Smaller devices */
    954963@media ( max-width: 350px ) {
    955964        .home .wpsc-recent > li {