[METELEVERA-53] adjust logo to allow svg use via combo assets

This commit is contained in:
Daniel Muyshond 2022-08-05 13:35:53 +02:00
parent d61c4ced25
commit f535bf906c
1 changed files with 14 additions and 6 deletions

View File

@ -6,16 +6,24 @@
background-color: $primary-color;
}
/* Ajustements spécifiques au logo */
h1#logo a img {
max-height: 137px;
}
@media handheld,
screen and (max-device-width: 768px),
screen and (max-width: 768px) {
h1#logo a {
#logo.has-logo a {
margin-top: 0;
min-width: 300px;
height: 70px;
}
}
@media handheld,
screen and (min-device-width: 768px),
screen and (min-width: 768px) {
#logo.has-logo a {
margin-top: 20px;
min-width: 300px;
height: 120px;
}
}