robertselvam
commited on
Commit
•
11a24ed
1
Parent(s):
30b8f16
Update style.css
Browse files
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 |
-
{
|
8 |
-
|
9 |
-
height:150px;
|
10 |
}
|
11 |
-
.
|
12 |
-
height:
|
13 |
}
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
justify-content: center;
|
18 |
}
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|