diff --git a/views/chat.ejs b/views/chat.ejs index 9a919f9..5e811ea 100644 --- a/views/chat.ejs +++ b/views/chat.ejs @@ -73,6 +73,18 @@ border-radius: 5px; } + .alert { + margin-top: 10px; + text-align: center; + /* Center the text content */ + display: flex; + /* Make sure the alert is a flex container */ + justify-content: center; + /* Center flex items horizontally */ + align-items: center; + /* Center flex items vertically (if needed) */ + } + .message.user { background-color: #3a3a3a; color: white;