Making WordPress.org

Ticket #7400: 7400.2.patch

File 7400.2.patch, 611 bytes (added by nidhidhandhukiya, 3 years ago)

Design is distorting since the screen size 800 so it's better to use that resolution so that it can not looks messy in liquid layout also.

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

     
    12791279                                margin-top: ms(0);
    12801280                        }
    12811281                }
    1282 
     1282                @media (max-width: 800px) {
     1283                        .col-3 {
     1284                                width: 40%;
     1285                        }
     1286                        .col-5 {
     1287                                        width: 55%;
     1288                        }
     1289                }
    12831290                @media (max-width: 499px) {
    12841291                        flex-direction: column-reverse;
    12851292