Skip to content

Commit

Permalink
add padding for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby committed Dec 19, 2024
1 parent adfb648 commit 6e55e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const SocialProofSection = ({ strapi }: SocialProofProps) => {
return (
<div className="flex flex-col w-full items-center space-y-uui-xl">
<span className="text-uui-text-brand-secondary-700 font-semibold antialiased uui-text-md md:uui-text-lg">
Trusted by
Partners & Supporters
</span>
<Slider {...settings} className="w-full">
{trustedByArray?.map(({ src, alt, href }, index) => (
Expand Down

0 comments on commit 6e55e0f

Please sign in to comment.