-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix/disable hover states for mobile
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,12 +95,12 @@ const Contact = () => { | |
<a | ||
href='mailto:[email protected]' | ||
target='_blank' | ||
className='flex size-10 items-end justify-center transition-transform duration-300 ease-in-out hover:-translate-y-1 hover:translate-x-2 xl:size-16' | ||
className='flex size-10 items-end justify-center transition-transform duration-300 ease-in-out xl:size-16 xl:hover:-translate-y-1 xl:hover:translate-x-2' | ||
> | ||
<EmailIcon /> | ||
</a> | ||
<a | ||
className='flex size-10 items-center justify-center transition-transform duration-300 ease-in-out hover:-translate-y-1 hover:translate-x-2 xl:size-16' | ||
className='flex size-10 items-center justify-center transition-transform duration-300 ease-in-out xl:size-16 xl:hover:-translate-y-1 xl:hover:translate-x-2' | ||
href='https://github.com/dsmooot' | ||
target='_blank' | ||
> | ||
|
@@ -109,7 +109,7 @@ const Contact = () => { | |
<a | ||
href='https://www.linkedin.com/in/dustin-smoote/' | ||
target='_blank' | ||
className='flex size-10 items-center justify-center transition-transform duration-300 ease-in-out hover:-translate-y-1 hover:translate-x-2 xl:size-16' | ||
className='flex size-10 items-center justify-center transition-transform duration-300 ease-in-out xl:size-16 xl:hover:-translate-y-1 xl:hover:translate-x-2' | ||
> | ||
<LinkedInIcon /> | ||
</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters