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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -