Making WordPress.org

Ticket #4988: 4988.diff

File 4988.diff, 687 bytes (added by dufresnesteven, 5 years ago)

Option: We could just remove the overlap on the left side for the smallest devices.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
    index 1ae7f7444..244c6bbb9 100644
    section { 
    259259                                position: relative;
    260260                                top: 0;
    261261                                margin-bottom: 40px;
     262                                margin-left: 0%;
     263                                margin-right: 1rem;
    262264                        }
    263265                }
    264266
    section { 
    284286
    285287                        @media screen and ( max-width: 480px ) {
    286288                                min-height: auto;
     289                                border-bottom: 0;
    287290                        }
    288291                }
    289292