Current path: home/webdevt/www/schtroumpf.fr/themes/stomp/assets/css/
?? Go up: /home/webdevt/www/schtroumpf.fr/themes/stomp/assets
#header .logo {
max-width: 165px;
max-height: 60px;
width: auto;
height: auto;
}
#header #_mobile_logo svg,
#header #_desktop_logo svg,
#footer #_desktop_logo svg {
max-width: 220px;
}
@media (max-width: 991px) {
#header .logo {
width: auto
}
}
@media (max-width: 767px) {
#header .header-nav .top-logo a img {
max-height: 50px;
max-width: 120px;
margin-top: 5px;
}
}