This commit is contained in:
Stephen
2020-03-12 13:27:42 -07:00
parent 3052c6b2d5
commit ef0961402d

View File

@@ -11,7 +11,8 @@
.yolo{
float: left;
display: block;
transition: all .1s ease-in-out;
transition: all .1s ease-in;
transition: all 1s ease-out;
height: 30px;
width: 30px;
}