chore: use max-height

This commit is contained in:
rvcas 2022-08-02 19:26:18 -04:00
parent 339e638705
commit beaeeb26fc
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div align="center">
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-light.png?sanitize=true#gh-dark-mode-only" alt="Aiken" height="240" />
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-dark.png?sanitize=true#gh-light-mode-only" alt="Aiken" height="240" />
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-light.png?sanitize=true#gh-dark-mode-only" alt="Aiken" max-height="240" />
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-dark.png?sanitize=true#gh-light-mode-only" alt="Aiken" max-height="240" />
<hr />
<h2 align="center" style="border-bottom: none">Cardano smart contract language and toolchain</h2>
<img alt="GitHub" src="https://img.shields.io/github/license/txpipe/aiken" />