diff --git a/exo/tinychat/index.css b/exo/tinychat/index.css index 47c5e4be..6d812f44 100644 --- a/exo/tinychat/index.css +++ b/exo/tinychat/index.css @@ -139,6 +139,14 @@ main { padding: 0.5rem 1rem; border-radius: 20px; } + +@media(max-width: 1482px) { + .messages { + padding-left: 16px; + padding-right: 16px; + } +} + .message-role-assistant { background-color: var(--secondary-color); margin-right: auto;