|
|
|
|
|
by sunchild
5247 days ago
|
|
It's pretty much as easy as wrapping the content in .container, .row, and .spanN tags. The responsive part should take care of itself by collapsing horizontal elements into vertical arrangements, and adjusting widths to keep them within the viewport. There are some edge cases for various components (such as the Bootstrap navbar) that require some special markup and Javascript to collapse intelligently. |
|