Skip to content

Commit

Permalink
fix letter cutoff on 3d fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Salief authored and Salief committed Jun 2, 2024
1 parent 48514c7 commit 79217ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/components/server/ItemFallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function ThreeDFallback({ size }: { size?: 'xs' | 'sm' | 'md' | 'lg' }) {
return (
<div
className={cn(
'w-1/3 md:1/4 aspect-square mt-6',
'w-[30%] md:1/4 aspect-square mt-6',
size === 'xs' && 'mt-1',
size === 'sm' && 'mt-1',
size === 'md' && 'mt-1',
Expand Down

0 comments on commit 79217ae

Please sign in to comment.