How does the Bootstrap grid system handle mobile devices?

  • It always displays the same layout on all devices.
  • It doesn't support mobile devices.
  • It resizes columns to a fixed width on mobile devices.
  • It uses media queries to adjust column widths.
The Bootstrap grid system handles mobile devices by using media queries to adjust column widths. This ensures that the layout adapts to different screen sizes, providing a responsive design for mobile devices.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *