Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit 9bab282

Browse files
committed
Centered the add button
1 parent bdd1dea commit 9bab282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/projects.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ const ProjectsPage = () => {
3232
className="min-h-screen m-10"
3333
>
3434
<div className="max-w-7xl mx-auto">
35-
<div className="grid justify-center md:flex md:justify-between p-3">
35+
<div className="grid justify-center md:flex md:justify-between p-3 text-center">
3636
<h1 className="text-4xl font-bold text-gray-900 mb-4">Breakpoint;</h1>
3737
<a
38-
className="flex h-fit w-fit p-2 bg-black rounded-md text-white"
38+
className="flex justify-self-center h-fit w-fit p-2 bg-black rounded-md text-white"
3939
href="https://github.com/Ranger-NF/Breakpoint?tab=readme-ov-file#how-to-add-your-project"
4040
>
4141
<PlusIcon />

0 commit comments

Comments
 (0)