toodego: don't display collectivity logo in titles on mobile (#35333)

This commit is contained in:
Frédéric Péters 2019-09-18 08:45:33 +02:00
parent 9c4666e28b
commit 5ef9bc2c90
1 changed files with 3 additions and 0 deletions

View File

@ -453,6 +453,9 @@ div.banner + div div#content div#tracking-code {
width: 72px;
height: 72px;
border-radius: 36px;
@media screen and (max-width: $desktop-limit) {
display: none;
}
}
}
form div.page > h3 {