hide tooltips on small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-05 00:19:57 -03:00
parent d4699d0ae6
commit fa26e32d29
1 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,9 @@
background-color: #3C4E60;
}
.tooltip {
display: none !important;
}
}
@media (max-width: 640px) {