Skip to content

Commit

Permalink
Fix spacing on footer again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickick committed Apr 3, 2023
1 parent 8e5d7f6 commit 271a2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const Footer = ({ webProperty }: FooterProps) => (
</div>
<div className="flex flex-col flex-2 space-y-4">
<Typography.Body3 className="font-bold">Products</Typography.Body3>
<div className="flex flex-row md:flex-col space-x-4 md:space-x-0 md:space-y-4 opacity-75">
<div className="flex flex-row md:flex-col md:space-x-0 md:space-y-4 items-center md:items-start opacity-75">
<a
href={
webProperty !== 'story'
Expand Down Expand Up @@ -151,7 +151,7 @@ export const Footer = ({ webProperty }: FooterProps) => (
</div>
<div className="flex flex-col flex-2 space-y-4">
<Typography.Body3 className="font-bold">Resources</Typography.Body3>
<div className="flex flex-row md:flex-col space-x-4 md:space-x-0 md:space-y-4 opacity-75">
<div className="flex flex-row md:flex-col md:space-x-0 md:space-y-4 items-center md:items-start opacity-75">
<a
href="https://github.com/originprotocol"
target="_blank"
Expand Down

0 comments on commit 271a2fe

Please sign in to comment.