Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
99f1faa
1
Parent(s):
2a75e91
Update style.css
Browse files
style.css
CHANGED
@@ -33,10 +33,34 @@ body > gradio-app > div > div.main > div.wrap > div.contain{
|
|
33 |
justify-content: space-between;
|
34 |
align-items: center;
|
35 |
}
|
|
|
36 |
h1 {
|
37 |
font-size: 50px !important;
|
38 |
color: #c0c0af !important;
|
39 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#main_block {
|
41 |
flex-grow: 1;
|
42 |
display: flex;
|
|
|
33 |
justify-content: space-between;
|
34 |
align-items: center;
|
35 |
}
|
36 |
+
|
37 |
h1 {
|
38 |
font-size: 50px !important;
|
39 |
color: #c0c0af !important;
|
40 |
}
|
41 |
+
|
42 |
+
#logos_block {
|
43 |
+
color: white;
|
44 |
+
}
|
45 |
+
#logos_row {
|
46 |
+
width: 300px;
|
47 |
+
height: 60px;
|
48 |
+
display: flex;
|
49 |
+
flex-direction: row;
|
50 |
+
justify-content: space-between;
|
51 |
+
align-content: center;
|
52 |
+
}
|
53 |
+
#logos_block img {
|
54 |
+
flex-shrink: 1;
|
55 |
+
flex-grow: 0;
|
56 |
+
}
|
57 |
+
#text_row {
|
58 |
+
padding: 10px;
|
59 |
+
display: flex;
|
60 |
+
justify-content: space-between;
|
61 |
+
letter-spacing: 0.5px;
|
62 |
+
font-size: 18px;
|
63 |
+
}
|
64 |
#main_block {
|
65 |
flex-grow: 1;
|
66 |
display: flex;
|