grandlyon-sau: hide sidebar links in mobile view (#27747)

This commit is contained in:
Serghei Mihai 2018-11-19 14:10:03 +01:00
parent a6beb3e105
commit 72e4206c49
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ div#main-content-wrapper {
padding: 0 1em;
margin: 0;
top: 0;
div.linkcell {
display: none;
}
}
}
}