Skip to content

Commit

Permalink
Ran Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Darguima committed Nov 10, 2023
1 parent 1e5e007 commit 4cd2112
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ export default function Footer(props: IFooterProps) {
className={`spacing ${styles.bgTransition} bg-secondary`}
ref={observe}
>
<div className="flex flex-col lg:flex-row justify-between gap-16 py-10">

<div className="flex justify-center items-start font-ibold lg:justify-start">
<div className="flex flex-col justify-between gap-16 py-10 lg:flex-row">
<div className="flex items-start justify-center font-ibold lg:justify-start">
<Image
src="/images/sei-logo.svg"
width={100}
Expand All @@ -102,7 +101,7 @@ export default function Footer(props: IFooterProps) {
</p>
</div>

<div className="hidden lg:flex mt-20 mx-2 justify-center pb-10">
<div className="mx-2 mt-20 hidden justify-center pb-10 lg:flex">
<Animation
text={
props.footerAnimationText != undefined ? (
Expand Down

0 comments on commit 4cd2112

Please sign in to comment.