mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 22:37:33 -08:00
fix sizing
This commit is contained in:
parent
3f4b47da66
commit
b48f7497a6
|
@ -31,7 +31,12 @@ export default function NotFoundContent({ className }) {
|
||||||
original URL and let them know their link is broken.
|
original URL and let them know their link is broken.
|
||||||
</Translate>
|
</Translate>
|
||||||
</p>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue