Skip to content
Snippets Groups Projects
Commit 8a69c73f authored by Anthony's avatar Anthony
Browse files

Hide sandwitch button when display is too large

parent 52fd2b7e
Branches
No related tags found
1 merge request!4Resolve "Démo/Réunion du 16/01 avec Laurence et Sheridan"
Pipeline #2040 passed
...@@ -104,6 +104,13 @@ a.active { ...@@ -104,6 +104,13 @@ a.active {
padding: 5px; padding: 5px;
} }
// Hide element when width is less than 900px
@media (min-width: 900px) {
.book-icon {
display: none;
}
}
// *********************************** // ***********************************
// Comment on page // Comment on page
// *********************************** // ***********************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment