robertselvam commited on
Commit
11a24ed
1 Parent(s): 30b8f16

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +13 -20
style.css CHANGED
@@ -1,24 +1,17 @@
1
- #col-container {
2
- max-width: 600px;
3
- margin-left: auto;
4
- margin-right: auto;
5
- }
6
  .gradio-container
7
- {background: linear-gradient(90deg, rgba(0,1,36,1) 0%, rgba(71,58,204,1) 35%, rgba(46,232,174,1) 100%);}
8
- .heightfit{
9
- height:150px;
10
  }
11
- .heightfit1{
12
- height:100px;
13
  }
14
- #row-flex {
15
- display: flex;
16
- align-items: center;
17
- justify-content: center;
18
  }
19
- .crop{width: 200px;
20
- height: 150px;
21
- }
22
- .crop img {
23
- height: 100px;
24
- margin: -75px 0 0 -100px;}
 
 
 
 
 
 
1
  .gradio-container
2
+ {
3
+ background: linear-gradient(90deg, rgba(0,1,36,1) 0%, rgba(71,58,204,1) 35%, rgba(46,232,174,1) 100%);
 
4
  }
5
+ .heightfit{
6
+ height:120px;
7
  }
8
+ .cropped-ofp {
9
+ border-radius:5%;
10
+ background-color:transparent;
 
11
  }
12
+ #col-container {
13
+ max-width: 1000px;
14
+ max-height: 500px;
15
+ margin-left: auto;
16
+ margin-right: auto;
17
+ }