Skip to content
Snippets Groups Projects
Commit 29e8203f authored by Julien Schmidt's avatar Julien Schmidt
Browse files

home: hide quick nav on small displays

parent 0a4b292e
No related branches found
No related tags found
No related merge requests found
......@@ -794,4 +794,13 @@ footer .lang-dropdown {
width: 45px;
height: 32px;
}
.two-columns .column:first-child {
float: none;
width: 100%;
}
.two-columns .column:last-child {
display: none;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment