fix(landing): left-align demo chat messages (inherited text-align:center from hero)

This commit is contained in:
Nicolas Varrot
2026-02-11 20:18:46 +00:00
parent 538fb3a7bd
commit 02e4bcf554

View File

@@ -178,7 +178,7 @@
.demo-token-low { background: #4ade80; } .demo-token-low { background: #4ade80; }
.demo-chat { flex: 1; display: flex; flex-direction: column; min-width: 0; } .demo-chat { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.demo-chat-scroll { flex: 1; overflow-y: auto; padding: 1.25rem 1.25rem 0.5rem; display: flex; flex-direction: column; gap: 1rem; } .demo-chat-scroll { flex: 1; overflow-y: auto; padding: 1.25rem 1.25rem 0.5rem; display: flex; flex-direction: column; gap: 1rem; text-align: left; }
.demo-input { .demo-input {
display: flex; align-items: center; gap: 0.5rem; display: flex; align-items: center; gap: 0.5rem;
padding: 0.75rem 1rem; padding: 0.75rem 1rem;