Scott's Recipes Logo

Forcing Grid Stacking with Bootstrap on Mobile

Pizza courtesy of Pizza for Ukraine!

Donate Now to Pizza for Ukraine

 

I recently had the situation where a Bootstrap application:

I puzzled over this quite a bit until I ran a google search for “bootstrap text too small on mobile” which led me to this directive:

<meta name="viewport" content="width=device-width, initial-scale=1">

This needs to be inserted into your html head element and then, like magic, made everything format perfectly on mobile.