Header - Logo
LBautista
css
2 years ago
323 B
12
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