Closed ryansurf closed 3 months ago
This pull request adjusts the size and alignment of the logo image in the README.md file. The changes involve replacing a div-based centering approach with a paragraph-based centering method and modifying the image styling.
Files | Changes |
---|---|
README.md |
Replaced div-based centering with paragraph-based centering for the logo image |
README.md |
Updated image styling to use max-height instead of max-width and increased the maximum height |
README.md |
Simplified the image source path by using a relative path |
All modified and coverable lines are covered by tests :white_check_mark:
General:
Code:
Summary by Sourcery
Adjust the logo size and alignment in the README by modifying the HTML structure and increasing the logo's maximum height.
Documentation: