Skip to content

Commit fbe3036

Browse files
committed
Add(hover effect): projects.astro
1 parent 9d04b49 commit fbe3036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const projects: Project[] = [
119119
target="_blank"
120120
href="https://github.com/Gothsec?tab=repositories"
121121
aria-label="GitHub"
122-
class="w-full flex items-center justify-center gap-2 mt-9 text-[var(--white-icon)] hover:text-white transition duration-300 ease-in-out border border-[var(--white-icon-tr)] p-3 rounded-full bg-[#1414149c] hover:bg-[var(--white-icon-tr)]"
122+
class="w-full flex items-center justify-center gap-2 mt-9 text-[var(--white-icon)] hover:text-white transition duration-300 ease-in-out border border-[var(--white-icon-tr)] p-3 rounded-full bg-[#1414149c] hover:bg-[var(--white-icon-tr)] hover:scale-105"
123123
>
124124
<span class="md:text-lg text-md">More projects on</span>
125125
<svg

0 commit comments

Comments
 (0)