Header - Logo

 avatar
LBautista
css
10 months ago
323 B
5
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