Skip to content

Commit

Permalink
fixing CTA width in responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Oct 8, 2023
1 parent 2f5968c commit e168f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/identities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Identities: NextPage = () => {
externalDomains={externalDomains}
/>
)}
<div className="w-full flex justify-center items-center px-4 mt-[33px]">
<div className="w-fit block mx-auto px-4 mt-[33px]">
<ClickableAction
title="ADD IDENTITIES"
icon={<MintIcon />}
Expand Down

0 comments on commit e168f50

Please sign in to comment.