Button transition adjustment.

This commit is contained in:
Thomas Smith 2022-09-14 12:19:57 -04:00
parent 94e29359f9
commit 0536aaf924

View file

@ -10,7 +10,7 @@
text-transform: uppercase;
width: 35%;
height: 75px;
transition: 0.1s linear;
transition: 0.1s ease-in-out;
}
.detail-btn-large:hover{