style.css 143 B

1234567
  1. #chat-history {
  2. width: 100%;
  3. display: flex;
  4. justify-content: center;
  5. align-items: center;
  6. flex-direction: column-reverse;
  7. }