Skip to content

Commit

Permalink
Fix header image for mobile sceens (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren authored Jan 6, 2025
1 parent 258801d commit cf1e4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav: firecracker
---

<figure>
<img src="/static/images/doc-main.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon waving to a bird sitting on a hour roof" class="max-w-lg">
<img src="/static/images/doc-main.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon waving to a bird sitting on a hour roof" class="w-full max-w-lg mx-auto">
</figure>

<div class="index-page">
Expand Down

0 comments on commit cf1e4b2

Please sign in to comment.