robertselvam commited on
Commit
e4810c9
·
verified ·
1 Parent(s): 98d2cfd

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +14 -0
style.css CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #col-container {
2
+ max-width: 800px;
3
+ margin-left: auto;
4
+ margin-right: auto;
5
+ }
6
+ .heightfit{
7
+ height:120px;
8
+ }
9
+ gradio-app{
10
+ background: rgb(153,0,255);
11
+ background-image: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
12
+ height: 100%;
13
+ width: 100%;
14
+ }