Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -29,6 +29,10 @@ body, .gradio-container {
|
|
29 |
max-width: !important;
|
30 |
}
|
31 |
|
|
|
|
|
|
|
|
|
32 |
footer {
|
33 |
display: none !important;
|
34 |
}
|
@@ -37,3 +41,6 @@ footer {
|
|
37 |
border: none !important;
|
38 |
}
|
39 |
|
|
|
|
|
|
|
|
29 |
max-width: !important;
|
30 |
}
|
31 |
|
32 |
+
.min-h-\[15rem\] {
|
33 |
+
background: rgba( 255, 255, 255, .1 ) !important;
|
34 |
+
}
|
35 |
+
|
36 |
footer {
|
37 |
display: none !important;
|
38 |
}
|
|
|
41 |
border: none !important;
|
42 |
}
|
43 |
|
44 |
+
.gap-4 {
|
45 |
+
gap: 0 !important;
|
46 |
+
}
|