Spaces:
Sleeping
Sleeping
Update public/custom.css
Browse files- public/custom.css +6 -2
public/custom.css
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
}
|
| 4 |
|
| 5 |
/* Hide the "Built with Chainlit" footer */
|
|
|
|
| 1 |
+
/* custom_style.css */
|
| 2 |
+
|
| 3 |
+
/* Adjust logo dimensions */
|
| 4 |
+
#logo img {
|
| 5 |
+
width: 100px; /* Adjust the width as needed */
|
| 6 |
+
height: auto; /* Maintain aspect ratio */
|
| 7 |
}
|
| 8 |
|
| 9 |
/* Hide the "Built with Chainlit" footer */
|