srinuksv commited on
Commit
1a5192d
1 Parent(s): 4dd02a3

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +3 -3
static/index.html CHANGED
@@ -10,10 +10,10 @@
10
  font-family: Arial, sans-serif;
11
  background-color: #eef1f5;
12
  margin: 0;
13
- padding: 20px;
14
  }
15
  #chat-container {
16
- max-width: 600px;
17
  margin: auto;
18
  padding: 20px;
19
  border-radius: 30px; /* Modern rounded corners */
@@ -21,7 +21,7 @@
21
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
22
  }
23
  #chat-history {
24
- height: 400px;
25
  overflow-y: auto;
26
  margin-bottom: 10px;
27
  padding: 10px;
 
10
  font-family: Arial, sans-serif;
11
  background-color: #eef1f5;
12
  margin: 0;
13
+ padding: 0;
14
  }
15
  #chat-container {
16
+ max-width: 500px;
17
  margin: auto;
18
  padding: 20px;
19
  border-radius: 30px; /* Modern rounded corners */
 
21
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
22
  }
23
  #chat-history {
24
+ height: 330px;
25
  overflow-y: auto;
26
  margin-bottom: 10px;
27
  padding: 10px;