Skip to content

Commit 8e9dfe7

Browse files
committed
Reduce dashboard y margins
1 parent c2f3f46 commit 8e9dfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Dashboard() {
6767
}, [problemSets, isProblemSetsLoading, parsedUserProgress])
6868

6969
return (
70-
<div className="lg:w-[40%] my-28 mx-auto md:w-[60%] w-[80%]">
70+
<div className="lg:w-[40%] my-16 mx-auto md:w-[60%] w-[80%]">
7171
<h3 className="text-2xl font-bold mb-4">Git Mastery Progress Dashboard</h3>
7272
<div className="mb-6">
7373
<Link to="/" className="text-gray-500 italic mb-2">← Back to search</Link>

0 commit comments

Comments
 (0)