Skip to content

Commit

Permalink
Update header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJunny committed Dec 9, 2024
1 parent 55ddecb commit 623e9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default async function ChallengesPage() {
return (
<div className="container grid max-w-6xl grid-cols-1 gap-y-8">
<Card>
<CardContent className="p-4">
<CardContent className="p-6">
<h1 className="font-semibold tracking-tight text-xl">Welcome to the Challenge Archive</h1>
<p className="text-sm">These are challenges that have been used in past events and are currently not being used.
You can still run and test them, but they will not give you any points. It is possible for some of these challenges to appear
Expand Down
2 changes: 1 addition & 1 deletion src/app/_components/challenges/challenges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function Challenges({
if (totalChallenges===0){
return(
<Card className="w-full mt-0 self-start">
<CardContent className="p-4 text-center">
<CardContent className="p-6 text-center">
<h1 className="font-semibold tracking-tight text-xl">No challenges yet</h1>
<p className="text-sm">You can visit the Challenge Archive to view past challenges.</p>
<Button className="mt-4 ml-auto" asChild>
Expand Down

0 comments on commit 623e9f6

Please sign in to comment.