Skip to:
Content

bbPress.org

Ticket #3448: 3448.diff

File 3448.diff, 981 bytes (added by aezazshekh, 3 years ago)

added patch

  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

    diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
    index e42780aee..1356c0b7c 100644
    a b body.trac .attachment { 
    16501650        }
    16511651}
    16521652
     1653@media screen and ( max-width: 959px ) {
     1654        #headline-inner {
     1655                width: unset;
     1656        }
     1657}
     1658
    16531659/* Shrink logo to make room for navigation */
    16541660@media screen and ( max-width: 820px ) {
    16551661        #header-inner h1 a {
    body.trac .attachment { 
    17991805                top: 0;
    18001806                left: 0;
    18011807        }
     1808
     1809        h2.graphic {
     1810                width: auto;
     1811        }
     1812}
     1813
     1814@media only screen and (max-width: 400px) {
     1815        #big-demo-button {
     1816                font-size: 1.8em;
     1817                padding: 10px 15px;
     1818        }
     1819}
     1820
     1821@media only screen and (max-width: 357px) {
     1822        h2.graphic {
     1823                top: 30px;
     1824        }
     1825
     1826        #headline-inner p {
     1827                width: auto;
     1828        }
     1829
     1830        #big-demo-button {
     1831                font-size: 1.5em;
     1832        }
    18021833}
    18031834