Skip to content

Commit

Permalink
fix: TONE DOWN THAT QUIRK
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed May 12, 2024
1 parent 9bfd05e commit d425a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ try {
height="200"
densities="x1 x2"
:src="$ContentImage(sponsor.image)"
class="rounded-xl rounded-tl-8rem lg:rounded-tl-[clamp(6rem,10vw,10rem)] w-full h-full object-left object-cover"
class="rounded-xl rounded-tl-[clamp(3rem,10vw,10rem)] w-full h-full object-left object-cover"
:style="'object-position:' + sponsor.imageCoverMode"
>
</NuxtImg>
Expand Down

0 comments on commit d425a5d

Please sign in to comment.