Skip to:
Content

bbPress.org

Ticket #3575: 3575.patch

File 3575.patch, 960 bytes (added by nidhidhandhukiya, 17 months ago)
  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

     
    132132        margin: 0 auto;
    133133        width: 100%;
    134134        padding: 20px 0 0;
     135        display: flex;
     136    flex-wrap: wrap;
     137    gap: 20px;
    135138}
    136139#showcase h3 {
    137140        color: #333;
     
    168171}
    169172
    170173div.feature {
    171         float: left;
    172         width: 225px;
    173         margin: 0 20px 20px 0;
     174        flex-basis: 23%;
     175        margin: 0;
    174176        font-size: 12px;
    175177        line-height: 22px;
    176178}
     
    16551657        #header-inner h1 a {
    16561658                width: 65px !important;
    16571659        }
     1660        div.feature {
     1661        flex-basis: 30%;
     1662    }
    16581663}
    16591664
    16601665/* Do not fix #header for non-desktops */
     
    17541759                height: 38px !important;
    17551760                width: 38px !important;
    17561761        }
     1762        div.feature {
     1763        flex-basis: 47%;
     1764    }
    17571765}
    17581766
    17591767/* Mobile */