hide tooltips on small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-05 00:19:57 -03:00
commit fa26e32d29

View file

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