Skip to content

Commit

Permalink
chore: update image properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 8, 2024
1 parent c65a2ba commit 38fa2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ const { name, label, summary } = basics;
</div>
</div>
<div
class="mx-auto w-full max-w-xs rounded-2xl border border-dashed border-neutral-700 bg-gradient-to-r from-neutral-950 via-black to-neutral-950 md:w-1/2 md:max-w-full"
class="mx-auto w-full max-w-xs rounded-2xl border border-dashed border-neutral-700 p-4 md:w-1/2 md:max-w-full md:p-8"
>
<Image
src={PFP}
alt="Rayhan Kafi Pratama"
loading="eager"
class="h-auto w-full rounded-2xl bg-center object-cover"
class="h-auto w-full rounded-2xl bg-transparent object-cover"
/>
</div>
</div>
Expand Down

0 comments on commit 38fa2a3

Please sign in to comment.