ryansurf / cli-surf

Get surf and ocean data from the command line interface
MIT License
18 stars 30 forks source link

size adjust #133

Closed ryansurf closed 3 months ago

ryansurf commented 3 months ago

General:

Code:

  1. [x] Does your submission pass tests?
  2. [x] Have you run the linter/formatter on your code locally before submission?
  3. [x] Have you updated the documentation/README to reflect your changes, as applicable?
  4. [x] Have you added an explanation of what your changes do?
  5. [x] Have you written new tests for your changes, as applicable?

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:

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

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.

File-Level Changes

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

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark: