diff --git a/public/styles.css b/public/styles.css index 1ed05d3..4e62342 100644 --- a/public/styles.css +++ b/public/styles.css @@ -186,6 +186,7 @@ a:hover { border-bottom: 1px solid #313131; } height: 64px; display: flex; margin-bottom: 5px; + transition: transform .28s cubic-bezier(.34, 1.4, .5, 1); } .channelList__channel:hover { transform: scale(1.1);