entrouvert: no background when main carrousel is masked

This commit is contained in:
Christophe Siraut 2019-08-13 14:21:46 +02:00
parent 9e07ff4a5e
commit 942c308fad
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ a.pk-button:hover {
.page-index {
background: url('img/eo-background.png') left top repeat-x;
@media screen and (max-width: $nav-mobile-limit) {
background-image: none;
}
}
.gru-content #columns > .cell[class*="grid-"] {