Header Nav - Resize Logo
LBautista
css
a year ago
382 B
13
Indexable
/*START - header nav logo size adjustment - WB Lloyd*/
nav#global-navbar .header{
padding-top:5px;
padding-bottom:5px;
height:auto;
.logo{
max-height: 70px;
a.logo__link img {
@media only screen and (min-width:768px){
max-height: 70px;
}
}
}
}
/*END- header nav logo size adjustment*/Editor is loading...
Leave a Comment