Is there a short code to apply all media queries in one shot bootstrap? -
now use this:
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">
is there way shorten it?
so don't have repeat, since columns span equally?
yes, can set col-xs-2
, width apply on screen dimension
Comments
Post a Comment