Hide action labels on mobile

This commit is contained in:
Chi Vinh Le
2017-07-11 01:26:25 +07:00
parent f738da4dd5
commit a2dabcac0e
9 changed files with 37 additions and 18 deletions
@@ -0,0 +1,5 @@
@media (max-width: 425px) {
.label {
display: none;
}
}