Skip to content

Commit 98668e9

Browse files
committed
responsiveness
1 parent e025274 commit 98668e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/ViewProject.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ function ViewProject() {
7878
<div className="flex justify-between">
7979
<a
8080
href={user.userGithubLink}
81-
className="bg-gradient-to-r from-blue-500 to-pink-500 hover:bg-gradient-to-l hover:from-blue-500 hover:to-pink-500 text-gray-700 py-2 px-4 rounded-md mr-4"
81+
className="text-sm lg:text-lg bg-blue-800 hover:bg-blue-900 text-white py-2 px-2 mt-1 rounded-md"
8282
target="_blank"
8383
rel="noopener noreferrer"
8484
>
8585
Github Profile
8686
</a>
8787
<a
8888
href={user.projectGithubLink}
89-
className="bg-gradient-to-r from-pink-500 to-blue-500 hover:bg-gradient-to-l hover:from-pink-500 hover:to-blue-500 text-gray-700 py-2 px-4 rounded-md"
89+
className="text-sm lg:text-lg bg-blue-800 hover:bg-blue-900 text-white py-2 px-2 mt-1 rounded-md"
9090
target="_blank"
9191
rel="noopener noreferrer"
9292
>

0 commit comments

Comments
 (0)