add sort feature

This commit is contained in:
mauriziovitale84
2016-09-20 13:53:16 +01:00
parent 0244412f15
commit b4ca418d44
4 changed files with 62 additions and 36 deletions

View File

@@ -87,6 +87,10 @@
border: 0;
}
.hidden {
display: none;
}
/* small desktop */
@media all and (max-width: 1200px) {}