Header - Logo
LBautista
css
a year ago
323 B
8
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