Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f8c000

Browse files
committedAug 30, 2024·
christ
1 parent 50f51c7 commit 2f8c000

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎src/App.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ export default function App() {
100100
</h1>
101101
</div>
102102
</header>
103-
<CardL />
103+
<div className="px-4 py-6 sm:px-0">
104+
<div className="mx-auto max-w-7xl py-4 px-2 mb-6">
105+
<CardL/>
106+
</div>
107+
</div>
104108
<div className="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8">
105109
<div className="px-4 py-6 sm:px-0 flex flex-col space-y-8 text-xs">
106110
<h2 className="text-xl font-bold tracking-tight text-gray-900 mb-2">

0 commit comments

Comments
 (0)
Please sign in to comment.