Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vvu060 committed Dec 26, 2023
1 parent b4b702d commit 392c09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/about/SocialBuzz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const SocialBuzz = () => {
return (
<section className="py-16 sm:py-24 relative flex items-center justify-center mx-4 sm:mx-10 lg:mx-12 lg:space-x-10 max-w-8xl">
<div className="flex flex-col gap-6 lg:gap-y-44">
<div className="ml-4 lg:ml-20">
<div className="ml-4 lg:ml-32">
<SectionTitle title="About Us" />
<span className="text-title-semi-large sm:text-display-small">Social & Buzz</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/LegacyGateway.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const LegacyGateway = () => {
</div>
</div>

<div className="w-full flex items-center justify-center px-6 lg:px-0 mt-7">
<div className="w-full flex items-center justify-center px-0 mt-7">
<Lottie
animationData={SolutionGraphic}
loop
Expand Down

0 comments on commit 392c09a

Please sign in to comment.