Spaces:
Runtime error
Runtime error
style.css
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
-
#col-container {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
a {text-decoration-line: underline; font-weight: 600;}
|
| 3 |
.footer {
|
| 4 |
margin-bottom: 45px;
|
|
@@ -31,15 +37,11 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
| 31 |
}
|
| 32 |
}
|
| 33 |
#input_prompt {
|
| 34 |
-
position:
|
| 35 |
bottom: 0;
|
| 36 |
width: 680px;
|
| 37 |
background-color: white;
|
| 38 |
color: black;
|
| 39 |
padding: 10px;
|
| 40 |
font-size: 16px;
|
| 41 |
-
}
|
| 42 |
-
#chatbot-component {
|
| 43 |
-
height: 700px;
|
| 44 |
-
overflow-y: scroll;
|
| 45 |
-
}
|
|
|
|
| 1 |
+
#col-container {
|
| 2 |
+
max-width: 700px;
|
| 3 |
+
margin-left: auto;
|
| 4 |
+
margin-right: auto;
|
| 5 |
+
display: flex;
|
| 6 |
+
flex-direction: column;
|
| 7 |
+
}
|
| 8 |
a {text-decoration-line: underline; font-weight: 600;}
|
| 9 |
.footer {
|
| 10 |
margin-bottom: 45px;
|
|
|
|
| 37 |
}
|
| 38 |
}
|
| 39 |
#input_prompt {
|
| 40 |
+
position: absolute;
|
| 41 |
bottom: 0;
|
| 42 |
width: 680px;
|
| 43 |
background-color: white;
|
| 44 |
color: black;
|
| 45 |
padding: 10px;
|
| 46 |
font-size: 16px;
|
| 47 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|