css - Creating a new twitter-bootstrap responsive column size -


ATM I am using col-lg, col-md, col-sm and col-xs

It happens that the col-xs has been set to 768px width, I think.

How can I create a new tomorrow-XX or something small for example Width 480px?

You can use the following to complete it. I personally link bootstrap cdn to my projects and keep the local version of bootstrap so that I can tap into my mixes for the specific style of my site, where I will keep the following ...

  @ media (max-width: $ screen-xs-min) {@ inclusion-grid (xxs); }    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -