I have two <li>
tags, i would like one showing only when the device is small and the other in the other cases.
So I have the following
visible-md visible-lg in one and hidden-md hidden-lg in the other one.
It works for the desktop and the phone but not for tablets.
What should i do?
Thanks!