Fix incorrect image size in post-1

This commit is contained in:
Aria 2025-03-10 13:13:03 +11:00
parent 73266c5455
commit 9c6d49e14f
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -47,7 +47,7 @@ This website was made using [Astro](https://astro.build/) for the build system a
<Picture <Picture
src={useAFrameworkImg} src={useAFrameworkImg}
quality={95} quality={95}
width={192} width={630}
densities={[0.75, 1, 2,]} densities={[0.75, 1, 2,]}
formats={['avif', 'webp', 'jpeg']} formats={['avif', 'webp', 'jpeg']}
alt="A discord screenshot containing the following messages: Sent by @BuyMyMojo: 'getting my brain around css and styling hurts, I'm man handling some of your css @amemoia', Sent by @amemoia: 'DONT LOOK AT MY CSS ITS SO BAD', 'EVERYTHING HAS ITS OWN CLASS', 'USE A FRAMEWORK'" alt="A discord screenshot containing the following messages: Sent by @BuyMyMojo: 'getting my brain around css and styling hurts, I'm man handling some of your css @amemoia', Sent by @amemoia: 'DONT LOOK AT MY CSS ITS SO BAD', 'EVERYTHING HAS ITS OWN CLASS', 'USE A FRAMEWORK'"