Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 37: Line 37:
         text-transform: none;
         text-transform: none;
         padding: 46px;
         padding: 46px;
         font-size: 4rem !important;
         font-size: 5rem !important;
     }
     }
    .genesis-nav-menu .menu-item a {
        padding: 25px 0 !important;
        font-size: 1.6rem !important;
        font-size: 4.2rem !important;
    }
    .site-inner, .wrap {
        max-width: 900px !important;
    }
}
}

Revision as of 13:41, 27 January 2026

    figure > a > img {
        width: 100% !important
    }

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .site-header {
        padding-bottom: 24px;
        padding: 36px 0;
    }
    .site-header .header-widget-area {
        display: none; 
    }
    .site-header .site-title a {
        display: inline-block;
        width: 100%;
        min-height: 100px;
        background-size: contain !important;
        background-position: center !important;
        height: 109px;
        margin-top: 42px;
    }
    .site-header .title-area {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .site-header .title-area img {
        width: auto;
        max-width: 250px;
        height: auto;
    }
    .menu-toggle {
        border: none;
        border-top: 4px solid #E9E9E9 !important;
        font-weight: bold;
        text-transform: none;
        padding: 46px;
        font-size: 5rem !important;
    }

    .genesis-nav-menu .menu-item a {
        padding: 25px 0 !important;
        font-size: 1.6rem !important;
        font-size: 4.2rem !important;
    }

    .site-inner, .wrap {
        max-width: 900px !important;
    }




}