QuantumLearner commited on
Commit
b5f89d0
·
verified ·
1 Parent(s): 4ff251a

Update public/custom.css

Browse files
Files changed (1) hide show
  1. public/custom.css +6 -2
public/custom.css CHANGED
@@ -1,5 +1,9 @@
1
- a[href*='https://github.com/Chainlit/chainlit'] {
2
- visibility: hidden;
 
 
 
 
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 */