Skip to content

Commit

Permalink
remove extra spacing from
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Dec 26, 2023
1 parent 1b41d83 commit 1eb4b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const Home: NextPage = () => {
return (
<>
<MetaHeader />
<div className="flex items-center flex-col flex-grow pt-10">
<div className="px-5 flex flex-col items-center">
<h1 className="text-center mb-8">
<div className="flex items-center flex-col flex-grow pt-5">
<div className="px-2 flex flex-col items-center">
<h1 className="text-center mb-4">
<span className="block text-2xl mb-2">Welcome to</span>
<span className="block text-4xl font-bold">SE-2 Smart Wallet</span>
</h1>
Expand Down

0 comments on commit 1eb4b18

Please sign in to comment.