Created by: thevipinmishra
Description
This fixes the grid and alignment issues from the features example that I added with #36660
Motivation & Context
I was looking at the example preview on mobile and the alignment looked a little off, the features grid on mobile was little bit off towards left and upon inspection, I found that the col
classes under row row-cols-*
were missing and was causing alignment issues overall.
[edited by maintainer to add a screenshot]
Type of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Refactoring (non-breaking change) -
Breaking change (fix or feature that would change existing functionality)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
I have added tests to cover my changes -
All new and existing tests passed