grandlyon: replace logo

This commit is contained in:
Frédéric Péters 2017-03-15 11:19:52 +01:00
parent a20589ecee
commit 814882efa5
2 changed files with 8 additions and 3 deletions

View File

@ -3,10 +3,15 @@
}
h1#logo a {
display: block;
background: url(logo-grand-lyon-la-metropole.png) top left no-repeat;
height: 59px;
background: url(anneaux-guichet.png) top left no-repeat;
height: 140px;
line-height: 160px;
width: 285px;
text-indent: -1000px;
text-indent: 160px;
@media screen and (max-width: $mobile-limit) {
text-indent: -1000px;
width: auto;
}
}
div#nav > ul > li a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB