Skip to content

Commit

Permalink
Merge pull request #636 from axone-protocol/style/image-size
Browse files Browse the repository at this point in the history
style(tutorials): set max-height for images
  • Loading branch information
ccamel authored Dec 18, 2024
2 parents 36defac + 0869ad2 commit 32fcc7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/explorer-sc.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ You'll see your Axone wallet address if you click again on the wallet button. Cl
- Send a few $AXONE tokens to another Axone wallet, `axone1jkullqh0dzn6ye6whfytd5dm0l04ksm3lzcq78` as the recipient for example.
- Click on "Send" and "Approve" to confirm the transfer.

<div style={{ display: "flex", justifyContent: "center" }}><img src="/img/content/tutorials/explorermaj-1.webp"></img></div>
<div style={{ display: "flex", justifyContent: "center" }}>
<img src="/img/content/tutorials/explorermaj-1.webp" style={{ maxHeight: '600px' }}></img>
</div>

Once completed, click on "View transaction".

Expand Down

0 comments on commit 32fcc7a

Please sign in to comment.