diff --git a/static/css/04-interactive/_chat.css b/static/css/04-interactive/_chat.css index 8820b5c..8f52def 100644 --- a/static/css/04-interactive/_chat.css +++ b/static/css/04-interactive/_chat.css @@ -46,9 +46,9 @@ .chat-wave { position: absolute; top: -8px; - right: -8px; - font-size: 0.85rem; - animation: chatWaveHello 3s ease-in-out 3s forwards; + left: -8px; + font-size: 1rem; + animation: chatWaveHello 3s ease-in-out 2s forwards; opacity: 0; pointer-events: none; }