Skip to content
Snippets Groups Projects
Unverified Commit 0bf0789d authored by Avanish Singh's avatar Avanish Singh Committed by GitHub
Browse files

Delete frontend-react/src/Chatbot.css

parent a2e45e89
No related branches found
No related tags found
No related merge requests found
.chat_window {
width: calc(100% - 20px);
max-width: 800px;
height: 500px;
border-radius: 10px;
margin: 30px auto;
left: 50%;
top: 30%;
transform: translateX(0%) translateY(0%);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
background-color: #f8f8f8;
overflow: hidden;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment