Spaces:
Sleeping
Sleeping
Update index.html
Browse files- 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; /*
|
| 14 |
margin: 0;
|
| 15 |
background-color: #f0f0f0;
|
| 16 |
}
|
| 17 |
.chat-container {
|
| 18 |
width: 80%;
|
| 19 |
-
max-width: 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;
|