Skip to content

Commit

Permalink
Added width attr to logos
Browse files Browse the repository at this point in the history
  • Loading branch information
YashTotale committed Jan 5, 2021
1 parent a75e578 commit b0cc63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://raw.githubusercontent.com/hurl-org/hurl/main/static/logo-light.png"><p>
<p align="center"><img src="https://raw.githubusercontent.com/hurl-org/hurl/main/static/logo-light.png" width="300"><p>

<h2 align="center">Hurl: <small>Template File Generator</small></h2>

Expand Down
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/hurl-org/hurl/main/static/logo-light.png">
<img src="https://raw.githubusercontent.com/hurl-org/hurl/main/static/logo-light.png" width="300">
<p>

<h2 align="center">Hurl: <small>Template File Generator</small></h2>
Expand Down

0 comments on commit b0cc63e

Please sign in to comment.