Spaces:
Running
Running
Commit
·
1f0e0ea
1
Parent(s):
ac0b335
Update styling
Browse files- web/static/styles.css +4 -1
web/static/styles.css
CHANGED
@@ -22,6 +22,7 @@ body {
|
|
22 |
|
23 |
.dropzone {
|
24 |
margin-top: 20px;
|
|
|
25 |
width: 95%;
|
26 |
min-height: 225px;
|
27 |
border: 2px dashed #000000;
|
@@ -35,9 +36,10 @@ body {
|
|
35 |
.prediction-container {
|
36 |
margin-top: 20px;
|
37 |
min-height: 225px;
|
|
|
38 |
width: 95%;
|
39 |
border: 2px solid #000000;
|
40 |
-
display:
|
41 |
justify-content: center;
|
42 |
align-items: center;
|
43 |
margin: auto; /* Auto margins for horizontal centering */
|
@@ -161,6 +163,7 @@ visibility: visible; /* Show the tooltip on image hover */
|
|
161 |
margin-right: 10px;
|
162 |
padding: 0;
|
163 |
text-align: center;
|
|
|
164 |
}
|
165 |
|
166 |
.dropzone {
|
|
|
22 |
|
23 |
.dropzone {
|
24 |
margin-top: 20px;
|
25 |
+
padding: 20px;
|
26 |
width: 95%;
|
27 |
min-height: 225px;
|
28 |
border: 2px dashed #000000;
|
|
|
36 |
.prediction-container {
|
37 |
margin-top: 20px;
|
38 |
min-height: 225px;
|
39 |
+
padding: 20px;
|
40 |
width: 95%;
|
41 |
border: 2px solid #000000;
|
42 |
+
display: flex;
|
43 |
justify-content: center;
|
44 |
align-items: center;
|
45 |
margin: auto; /* Auto margins for horizontal centering */
|
|
|
163 |
margin-right: 10px;
|
164 |
padding: 0;
|
165 |
text-align: center;
|
166 |
+
margin-bottom: 100px;
|
167 |
}
|
168 |
|
169 |
.dropzone {
|