Center align share buttons

Center aligned the share buttons in the `SocialShare` component.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-21 11:00:17 +00:00
parent ba5dac212e
commit 2fb52c752a

View file

@ -119,7 +119,7 @@ const SocialShare: React.FC<SocialShareProps> = ({
return (
<div className="border-t border-border pt-6 mt-8">
<div className="flex flex-col sm:flex-row items-center justify-between gap-4">
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
<div className="flex items-center gap-2">
{/* Social sharing buttons */}