arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

Meta: Review responsiveness of bootstrap columns #481

Closed arborrow closed 2 years ago

arborrow commented 2 years ago

I noticed that the payment search form did not nicely respond to being viewed on a mobile phone. There are a number of places where a col-xx was being used rather than col-lg-xx. Ideally, I would like the views through the app to move from large screen with multiple items per column to a singe so something like col-lg-3 col-md-6 or for simplicity to have two modes (large and mobile).

arborrow commented 2 years ago

I went ahead and replaced the col-12 with col-lg-12 throughout the app. Specific improvements can be made under a separate issue.