diff --git a/wp-content/themes/tableless/assets/css/_home.sass b/wp-content/themes/tableless/assets/css/_home.sass index a3125e3c..58e8cf9a 100644 --- a/wp-content/themes/tableless/assets/css/_home.sass +++ b/wp-content/themes/tableless/assets/css/_home.sass @@ -257,7 +257,7 @@ color: #9C9C9C font: 20px $font-regular position: relative - transition: all linear .3 + transition: all linear .3s &:hover background-color: #FF5252 @@ -276,6 +276,7 @@ height: 100px margin: 0 auto position: relative + transition: all linear .3s z-index: 1 @@ -288,6 +289,7 @@ width: 80px height: 80px z-index: 0 + transition: all linear .3s display: none @include break(desk) @@ -445,4 +447,4 @@ @include break(desk) margin-top: -90px &:after - display: none \ No newline at end of file + display: none