Skip to content

Commit

Permalink
fix: block width configured to fill the columns (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
keriat authored Nov 10, 2022
1 parent 4358285 commit 770ba01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BuiltWith.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const BuiltWith = () => {
key={`${build?.email || build.name}-${index}`}
className="pt-6"
>
<div className="flow-root hidden rounded-lg border border-pink-200 bg-white px-6 pb-8 opacity-20 shadow-sm md:inline-flex">
<div className="flow-root hidden rounded-lg border border-pink-200 bg-white px-6 pb-8 opacity-20 shadow-sm md:inline-flex w-full">
<div className="-mt-6">
<div className="inline-flex items-center justify-center rounded-md bg-gradient-to-r from-pink-500 to-pink-900 p-3 shadow-lg">
<build.icon
Expand Down Expand Up @@ -105,4 +105,4 @@ const BuiltWith = () => {
);
};

export default BuiltWith;
export default BuiltWith;

1 comment on commit 770ba01

@vercel
Copy link

@vercel vercel bot commented on 770ba01 Nov 10, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sup-web-4626 – ./

eip4626.com
sup-web-4626-git-main.superform.tech
*.eip4626.com
sup-web-4626.superform.tech
erc4626.info

Please sign in to comment.