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

Commit ffd7d0f

Browse files
committed
Made site responsive
1 parent 5356c0b commit ffd7d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const ProjectsPage = () => {
3232
className="min-h-screen m-10"
3333
>
3434
<div className="max-w-7xl mx-auto">
35-
<div className="flex justify-between">
35+
<div className="grid justify-center md:flex md:justify-between p-3">
3636
<h1 className="text-4xl font-bold text-gray-900 mb-4">Breakpoint;</h1>
3737
<a
3838
className="flex h-fit w-fit p-2 bg-black rounded-md text-white"

0 commit comments

Comments
 (0)