Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #504 from 1ifeworld/salief/update-sizing-generic-t…
Browse files Browse the repository at this point in the history
…humbnails

make generic thumbnail sizing responsive
  • Loading branch information
salieflewis authored Feb 22, 2024
2 parents 86f1673 + 934f231 commit bb3fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/components/server/Thumbnails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function GenericThumbnailSmall({
return (
<Stack
className={cn(
'bg-[#E9E9E9] justify-center items-center w-[38px] h-[38px] aspect-square',
'bg-[#E9E9E9] justify-center items-center aspect-square w-12 h-12 md:w-10 md:h-10',
className,
)}
>
Expand Down

0 comments on commit bb3fc07

Please sign in to comment.