github-profile-readme-generator
github-profile-readme-generator copied to clipboard
Fix github stats cards not being centered
What type of PR is this? (check all applicable)
- [ ] Refactor
- [ ] Feature
- [x] Bug Fix
- [ ] Enhancement
- [ ] Documentation Update
Description
Fixes issue #479, where the github stats cards show as being centered in the markdown preview but when used on github are left aligned.
The issue is the align="center" attribute must be on the parent container of the image rather than the image itself to work, which this PR fixes.
Related Tickets & Documents
https://github.com/rahuldkjain/github-profile-readme-generator/issues/479
Thanks for opening this pull request! Make sure you have assigned an issue to this respective PR 😇
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/rahuldkjain/github-profile-readme-generator/46WPnVKJscZZoCKqSc1wVQZMissW
✅ Preview: https://github-profile-readme-generator-git-fork-sen-330744-rahuldkjain.vercel.app
@rahuldkjain would you be able to review this? Thanks!