Project

General

Profile

« Previous | Next » 

Revision 09227997

Added by Serghei Mihai over 10 years ago

navbar hidden on small screens (#6534)

View differences:

ckanext/ozwillo_theme/fanstatic/ozwillo.css
li.media-item {
margin-bottom:10px;
}
@media screen and (max-width: 767px) {
div.toolbar {
display: none;
}
}

Also available in: Unified diff