saone-et-loire-cd71-2019: always hide site name (#36589)

This commit is contained in:
Frédéric Péters 2019-10-07 17:52:42 +02:00
parent 635e1d9dae
commit 73e38cfb91
1 changed files with 1 additions and 1 deletions

View File

@ -38,13 +38,13 @@ div#header-wrapper {
height: 101px;
line-height: 101px;
padding-left: 400px;
text-indent: -10000px;
}
@media screen and (max-width: $mobile-limit) {
padding-left: 0px;
padding-top: 15px;
a {
padding-left: 10px;
text-indent: -10000px;
}
}
}