Skip to content

Commit

Permalink
Add aspect ratio to hoodie giveaway
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Dec 19, 2023
1 parent 499d545 commit ecedef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/console/(billing-modal)/hoodieCover.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<Button on:click={wizard.hide}>Go to console</Button>
</div>
</Card>
<img class="hoodie-image" src={Hoodie} alt="" srcset="" />
<img class="hoodie-image" src={Hoodie} alt="" srcset="" style="aspect-ratio: 1.56 / 1;" />
<div class="cbc-confetti" transition:fade>
<Confetti
x={[-1.75, 1.85]}
Expand Down

0 comments on commit ecedef8

Please sign in to comment.