Spaces:
Runtime error
Runtime error
Commit ·
f7abf14
1
Parent(s): b6d25be
Update web/static/styles.css
Browse files- web/static/styles.css +4 -2
web/static/styles.css
CHANGED
|
@@ -11,7 +11,7 @@ body {
|
|
| 11 |
}
|
| 12 |
#demo {
|
| 13 |
margin-bottom: 20px;
|
| 14 |
-
width:
|
| 15 |
height: auto;
|
| 16 |
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 17 |
}
|
|
@@ -172,7 +172,9 @@ visibility: visible; /* Show the tooltip on image hover */
|
|
| 172 |
text-align: center;
|
| 173 |
margin-bottom: 100px;
|
| 174 |
}
|
| 175 |
-
|
|
|
|
|
|
|
| 176 |
.dropzone {
|
| 177 |
min-height: 225px;
|
| 178 |
width: 40%;
|
|
|
|
| 11 |
}
|
| 12 |
#demo {
|
| 13 |
margin-bottom: 20px;
|
| 14 |
+
width: 75%;
|
| 15 |
height: auto;
|
| 16 |
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 17 |
}
|
|
|
|
| 172 |
text-align: center;
|
| 173 |
margin-bottom: 100px;
|
| 174 |
}
|
| 175 |
+
#demo {
|
| 176 |
+
width: 35%;
|
| 177 |
+
}
|
| 178 |
.dropzone {
|
| 179 |
min-height: 225px;
|
| 180 |
width: 40%;
|