Center align share buttons
Center aligned the share buttons in the `SocialShare` component.
This commit is contained in:
parent
ba5dac212e
commit
2fb52c752a
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ const SocialShare: React.FC<SocialShareProps> = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="border-t border-border pt-6 mt-8">
|
<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">
|
<div className="flex items-center gap-2">
|
||||||
{/* Social sharing buttons */}
|
{/* Social sharing buttons */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue