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
Post a Comment