grandlyon: reduce header height (#33178)

This commit is contained in:
Frédéric Péters 2019-05-21 14:11:49 +02:00
parent 213a90b4b6
commit 92e7692a3d
1 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ h1#logo {
a {
display: block;
background: transparent url(anneaux-guichet.png) bottom left no-repeat;
height: 120px;
line-height: 140px;
height: 64px;
line-height: 84px;
width: 100%;
text-indent: 140px;
text-indent: 144px;
@media screen and (max-width: $mobile-limit) {
text-indent: -1000px;
width: auto;