mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:45:12 +03:00
Button transition adjustment.
This commit is contained in:
parent
94e29359f9
commit
0536aaf924
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 35%;
|
width: 35%;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
transition: 0.1s linear;
|
transition: 0.1s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-btn-large:hover{
|
.detail-btn-large:hover{
|
||||||
|
|
Loading…
Reference in a new issue