Making WordPress.org

Ticket #7485: 7485.patch

File 7485.patch, 1.0 KB (added by nidhidhandhukiya, 21 months ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    17251725        }
    17261726}
    17271727
     1728@media (max-width: 991px){
     1729    .no-sidebar .site-header {
     1730        display: flex;
     1731        flex-wrap: wrap;
     1732        height: 100%;
     1733        justify-content: center;
     1734        text-align: center;
     1735    }
     1736   
     1737    .no-sidebar a#secondary-toggle {
     1738        display: none;
     1739    }
     1740   
     1741    .site, .custom-menu .site, .site-branding {
     1742        max-width: 100%;
     1743        width: 100%;
     1744        flex-basis: 100%;
     1745        text-align: center;
     1746    }
     1747   
     1748    .no-sidebar .navigation-main {
     1749        max-width: 100%;
     1750        width: 100%;
     1751        flex-basis: 100%;
     1752        margin: 0;
     1753        height: auto;
     1754        text-align: center;
     1755    }
     1756}
     1757 No newline at end of file