Merge pull request #105 from cmgustavo/feature/01-details

Feature/01 details
This commit is contained in:
Ryan X. Charles 2014-04-20 20:26:03 -03:00
commit 6bfde4735c
4 changed files with 12 additions and 12 deletions

View file

@ -204,6 +204,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; }