Fix navbar menu on small devices

This commit is contained in:
Gustavo Cortez 2014-04-20 19:39:16 -03:00
commit cb887ca778
3 changed files with 12 additions and 2 deletions

View file

@ -185,6 +185,15 @@ small.has-error {
color: #f04124;
}
@media (max-width: 641px) {
.hide_menu {
display: none;
}
.show_menu {
display: block;
}
}
hr { margin: 2.25rem 0;}
button.primary { background-color: #111; }