fix sizing

This commit is contained in:
rcarteraz 2024-04-24 14:32:44 -07:00 committed by GitHub
parent 3f4b47da66
commit b48f7497a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,12 @@ export default function NotFoundContent({ className }) {
original URL and let them know their link is broken.
</Translate>
</p>
<img src="/design/chirpy/chirpy.png" alt="Chirpy" />
<img
src="/design/chirpy/chirpy.png"
alt="Chirpy"
className={clsx("col col--6 col--offset-3")}
style={{ maxWidth: "300px" }}
/>
</div>
</div>
</main>