Description
This PR suggests to slightly change the vertical alignment of the images in "Examples > Starters" section. This is done with a simple .mt-1
but could be done in CSS if not precise enough.
Before
Now
Type of changes
- Enhancement (non-breaking change)
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 - (N/A) I have added tests to cover my changes
-
All new and existing tests passed