Skip to content

Commit

Permalink
Merge pull request #91 from ethersphere/staging
Browse files Browse the repository at this point in the history
Lower bottom padding on Swarm 2.0
  • Loading branch information
martink635 authored Nov 9, 2023
2 parents cdb7c89 + 50cba53 commit 5d1f0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sections/Swarm20.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Swarm20: React.FC<Swarm20Props> = ({
}) => {
return (
<section className="relative flex flex-col items-center justify-end overflow-hidden text-gray-100 bg-gray-800">
<Container className="relative flex flex-col h-full pt-20 pb-16 md:pb-44 md:pt-56">
<Container className="relative flex flex-col h-full pt-20 pb-16 md:pb-36 md:pt-56">
<img
src="/assets/swarm20.png"
alt="Swarm 2.0 Graphic"
Expand Down

1 comment on commit 5d1f0cc

@vercel
Copy link

@vercel vercel bot commented on 5d1f0cc Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.