Is there a way to use pure CSS or Bootstrap to make a border on an element disappear when the screen size becomes too small? I have 3 columns with borders in between them like this col|col|col
, but when the screen gets too small they appear like this:
col
|col|
col
I want to remove the border on the middle column. Any suggestions?