github-profile-readme-generator icon indicating copy to clipboard operation
github-profile-readme-generator copied to clipboard

Fix github stats cards not being centered

Open Sensational-Code opened this issue 4 years ago • 3 comments

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

Sensational-Code avatar Oct 27 '21 09:10 Sensational-Code

Thanks for opening this pull request! Make sure you have assigned an issue to this respective PR 😇

welcome[bot] avatar Oct 27 '21 09:10 welcome[bot]

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

vercel[bot] avatar Oct 27 '21 09:10 vercel[bot]

@rahuldkjain would you be able to review this? Thanks!

Sensational-Code avatar Oct 29 '21 06:10 Sensational-Code