fix(landing): left-align demo chat messages (inherited text-align:center from hero)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user