Header - Logo

LBautista avatar
LBautista
css
09/16/2024 10:20 PM
432 B
19
Indexable
/*START - increase logo size*/
@media only screen and (min-width:534px){
       nav#global-navbar .header__logo a.logo{
        width: 100px;
        height: 94px;
        max-width: 300px;
        & .logo__img {
            width: 100px;
            height: 94px;
        }
    } 
}
/*END- increase logo size*/
Editor is loading...
Leave a Comment