Skip to content

Commit f61aeda

Browse files
committed
Buttons transitions
1 parent a0eca8a commit f61aeda

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/components/shared/AppBanner.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ const AppBanner = () => {
5252
<a
5353
download="Stoman-Resume.pdf"
5454
href="/files/Stoman-Resume.pdf"
55-
className="font-general-medium flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white"
55+
className="font-general-medium flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white duration-500"
5656
aria-label="Download Resume"
5757
>
58-
<FiArrowDownCircle className="mr-2 sm:mr-3 h-5 w-5 sn:w-6 sm:h-6"></FiArrowDownCircle>
59-
<span className="text-sm sm:text-lg">Download CV</span>
58+
<FiArrowDownCircle className="mr-2 sm:mr-3 h-5 w-5 sn:w-6 sm:h-6 duration-100"></FiArrowDownCircle>
59+
<span className="text-sm sm:text-lg font-general-medium duration-100">
60+
Download CV
61+
</span>
6062
</a>
6163
</motion.div>
6264
</div>

src/pages/Home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Home = () => {
1616
<div className="mt-8 sm:mt-10 flex justify-center">
1717
<Link
1818
to="/projects"
19-
className="font-general-medium flex items-center px-6 py-3 rounded-lg shadow-lg hover:shadow-xl bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 text-white text-lg sm:text-xl"
19+
className="font-general-medium flex items-center px-6 py-3 rounded-lg shadow-lg hover:shadow-xl bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 text-white text-lg sm:text-xl duration-300"
2020
aria-label="More Projects"
2121
>
2222
<Button title="More Projects" />

0 commit comments

Comments
 (0)