Update app.py
Browse files
app.py
CHANGED
|
@@ -108,6 +108,7 @@ css="""
|
|
| 108 |
}
|
| 109 |
.img_box_soho{
|
| 110 |
display: flex;
|
|
|
|
| 111 |
flex-direction: row;
|
| 112 |
flex-wrap: wrap;
|
| 113 |
justify-content: space-between;
|
|
|
|
| 108 |
}
|
| 109 |
.img_box_soho{
|
| 110 |
display: flex;
|
| 111 |
+
height: fit-content;
|
| 112 |
flex-direction: row;
|
| 113 |
flex-wrap: wrap;
|
| 114 |
justify-content: space-between;
|