Skip to content

Commit

Permalink
christ
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikEide committed Aug 30, 2024
1 parent 50f51c7 commit 2f8c000
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ export default function App() {
</h1>
</div>
</header>
<CardL />
<div className="px-4 py-6 sm:px-0">
<div className="mx-auto max-w-7xl py-4 px-2 mb-6">
<CardL/>
</div>
</div>
<div className="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8">
<div className="px-4 py-6 sm:px-0 flex flex-col space-y-8 text-xs">
<h2 className="text-xl font-bold tracking-tight text-gray-900 mb-2">
Expand Down

0 comments on commit 2f8c000

Please sign in to comment.