Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -325,7 +325,7 @@ custom_css = """
|
|
| 325 |
width: 200px;
|
| 326 |
height: 200px;
|
| 327 |
margin-bottom: 8px;
|
| 328 |
-
|
| 329 |
}
|
| 330 |
|
| 331 |
/* TITLE */
|
|
@@ -342,7 +342,7 @@ custom_css = """
|
|
| 342 |
font-size: 16px;
|
| 343 |
color: #AFCBE8;
|
| 344 |
line-height: 1.65;
|
| 345 |
-
max-width:
|
| 346 |
}
|
| 347 |
|
| 348 |
/* BADGES */
|
|
|
|
| 325 |
width: 200px;
|
| 326 |
height: 200px;
|
| 327 |
margin-bottom: 8px;
|
| 328 |
+
margin-right: 8px;
|
| 329 |
}
|
| 330 |
|
| 331 |
/* TITLE */
|
|
|
|
| 342 |
font-size: 16px;
|
| 343 |
color: #AFCBE8;
|
| 344 |
line-height: 1.65;
|
| 345 |
+
max-width: auto;
|
| 346 |
}
|
| 347 |
|
| 348 |
/* BADGES */
|