diff --git a/src/styles/globals.css b/src/styles/globals.css index 26ad5ee..240dece 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -13,6 +13,16 @@ --background-end-rgb: 255, 255, 255; } +#chtl-open-chat-icon { + margin-bottom: 68px; +} + +@media screen and (min-width: 768px) { + #chtl-open-chat-icon { + margin-bottom: 0; + } +} + @layer base { * { @apply border-border;