Spaces:
Sleeping
Sleeping
new aspect ratio for mobile
Browse files- descriptions.py +2 -2
descriptions.py
CHANGED
@@ -181,11 +181,11 @@ Gràcies per utilitzar la nostra aplicació! Esperem que aquesta guia t'ajudi a
|
|
181 |
css_image_aspect_ratio = """
|
182 |
#image-container {
|
183 |
position: relative;
|
184 |
-
width: 100
|
185 |
height: 100% !important;
|
186 |
border-style: dashed;
|
187 |
overflow: hidden;
|
188 |
-
min-width:
|
189 |
}
|
190 |
|
191 |
#image-container > div.wrap {
|
|
|
181 |
css_image_aspect_ratio = """
|
182 |
#image-container {
|
183 |
position: relative;
|
184 |
+
width: 100% !important;
|
185 |
height: 100% !important;
|
186 |
border-style: dashed;
|
187 |
overflow: hidden;
|
188 |
+
min-width: 160px !important;
|
189 |
}
|
190 |
|
191 |
#image-container > div.wrap {
|