Fix incorrect image size in post-1
This commit is contained in:
parent
73266c5455
commit
9c6d49e14f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ This website was made using [Astro](https://astro.build/) for the build system a
|
|||
<Picture
|
||||
src={useAFrameworkImg}
|
||||
quality={95}
|
||||
width={192}
|
||||
width={630}
|
||||
densities={[0.75, 1, 2,]}
|
||||
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'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue