Bootstrap Grids
Bootstrap's Grid system is one of its best features. The designers of Bootstrap realized that apps for different sized devices should have different layouts, and this it should be made easy to do.
The way they implemented this works well with AppStudio. We have a number of features which make Bootstrap Grids easy to implement in your app.
Let's have a look.
Screen Sizes
Bootstrap allows you to have different designs for up to 4 screen sizes:
Name | Description | Max Width (pixel) |
---|---|---|
xs | Extra Small | <768 |
sm | Small | 991 |
md | Medium | 1199 |
lg | Large | 1200+ |