acecalisto3 commited on
Commit
82d546d
·
verified ·
1 Parent(s): fb8eb37

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -10,13 +10,13 @@
10
  display: flex;
11
  justify-content: center;
12
  align-items: center;
13
- height: 100vh; /* Changed to 100vh for full viewport height */
14
  margin: 0;
15
  background-color: #f0f0f0;
16
  }
17
  .chat-container {
18
  width: 80%;
19
- max-width: 600px; /* Changed from 600% to 600px */
20
  height: 80%;
21
  background-color: #fff;
22
  border: 1px solid #ccc;
 
10
  display: flex;
11
  justify-content: center;
12
  align-items: center;
13
+ height: 100vh; /* Full viewport height */
14
  margin: 0;
15
  background-color: #f0f0f0;
16
  }
17
  .chat-container {
18
  width: 80%;
19
+ max-width: 600px; /* Maximum width in pixels */
20
  height: 80%;
21
  background-color: #fff;
22
  border: 1px solid #ccc;