Replace m-sm-6 class with tailwind sm:gl-m-8
Bootstrap's m-sm-6
is used in a couple of pages. It's possible to use tailwind sm:gl-m-8
class to replace m-sm-6
- https://tailwindcss.com/docs/margin#add-margin-to-all-sides
Follow-up from !141597 (comment 1739461358)