diff --git a/site.css b/site.css index 2239e05..df4528b 100644 --- a/site.css +++ b/site.css @@ -47,12 +47,12 @@ h2 { cursor: pointer; transition-duration: .05s; transition-property: transform, box-shadow; - transition-timing-function: ease-in-out; + transition-timing-function: ease-out; } .Grid img:hover { box-shadow: 1px 2px 5px rgba(0, 0, 0, .7); - transform: scale(1.5); + transform: scale(1.4); } .BigPicture {