update AI page

This commit is contained in:
Raven Scott 2024-10-02 04:07:32 -04:00
parent 741ce8b01d
commit ddb266825c

View File

@ -73,6 +73,18 @@
border-radius: 5px; 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 { .message.user {
background-color: #3a3a3a; background-color: #3a3a3a;
color: white; color: white;