fontenay-sous-bois-2018: adjust top home link on mobile and small desktops

This commit is contained in:
Frédéric Péters 2018-11-16 18:24:04 +01:00
parent 001ed9f3a9
commit 83ecefbbc5
1 changed files with 4 additions and 0 deletions

View File

@ -37,9 +37,13 @@ div#header-wrapper {
height: 80px;
line-height: 80px;
background: url(img/fsb-top-hexa.png);
z-index: 10;
&:hover {
background: url(img/fsb-top-hexa-hover.png);
}
@media screen and (max-width: $mobile-limit) {
display: none;
}
}
#toplinks {
box-shadow: none;