Skip to content

Commit

Permalink
fix: image hero properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 10, 2024
1 parent 8c9fba4 commit 8e4cca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { name, label, summary } = basics;
</div>
</div>
<div
class="mx-auto w-full max-w-xs rounded-3xl border border-dashed border-white/25 p-10 md:w-1/2"
class="mx-auto w-full max-w-xs rounded-3xl border border-white/25 bg-black p-10 md:w-1/2"
>
<Image
src={PFP}
Expand Down

0 comments on commit 8e4cca2

Please sign in to comment.