Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Update style.css
Browse files
style.css
CHANGED
@@ -38,8 +38,10 @@ gradio-app {
|
|
38 |
justify-content: center;
|
39 |
}
|
40 |
.image_container {
|
41 |
-
|
42 |
-
|
|
|
|
|
43 |
margin: 26px;
|
44 |
position: relative;
|
45 |
display: inline-block;
|
|
|
38 |
justify-content: center;
|
39 |
}
|
40 |
.image_container {
|
41 |
+
flex-shrink: 0 !important;
|
42 |
+
flex-grow: 0 !important;
|
43 |
+
width: 100%;
|
44 |
+
height: 100%;
|
45 |
margin: 26px;
|
46 |
position: relative;
|
47 |
display: inline-block;
|