navbar hidden on small screens (#6534)

This commit is contained in:
Serghei Mihai 2015-03-25 19:06:13 +01:00
parent 033fb7123e
commit 09227997eb
1 changed files with 6 additions and 0 deletions

View File

@ -184,3 +184,9 @@ footer a.ext-twitter:after {
li.media-item {
margin-bottom:10px;
}
@media screen and (max-width: 767px) {
div.toolbar {
display: none;
}
}