Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
9038602
1
Parent(s):
1f0e0ea
Update styling
Browse files- web/static/styles.css +7 -7
web/static/styles.css
CHANGED
@@ -3,7 +3,7 @@ body {
|
|
3 |
margin-top: 40px;
|
4 |
margin-left: 10px;
|
5 |
margin-right: 10px;
|
6 |
-
margin-bottom:
|
7 |
padding: 0;
|
8 |
text-align: center;
|
9 |
}
|
@@ -23,8 +23,8 @@ body {
|
|
23 |
.dropzone {
|
24 |
margin-top: 20px;
|
25 |
padding: 20px;
|
26 |
-
width:
|
27 |
-
min-height:
|
28 |
border: 2px dashed #000000;
|
29 |
display: flex;
|
30 |
justify-content: center;
|
@@ -35,9 +35,9 @@ body {
|
|
35 |
|
36 |
.prediction-container {
|
37 |
margin-top: 20px;
|
38 |
-
min-height:
|
39 |
padding: 20px;
|
40 |
-
width:
|
41 |
border: 2px solid #000000;
|
42 |
display: flex;
|
43 |
justify-content: center;
|
@@ -59,7 +59,7 @@ body {
|
|
59 |
display: grid;
|
60 |
row-gap: 1%;
|
61 |
column-gap: 1%;
|
62 |
-
width:
|
63 |
justify-content: center;
|
64 |
align-items: center;
|
65 |
grid-template-columns: repeat(3, 1fr);
|
@@ -70,7 +70,7 @@ body {
|
|
70 |
/* The predicted image */
|
71 |
#predicted-images img {
|
72 |
margin: auto;
|
73 |
-
width:
|
74 |
height: auto;
|
75 |
display: block;
|
76 |
align-items: center;
|
|
|
3 |
margin-top: 40px;
|
4 |
margin-left: 10px;
|
5 |
margin-right: 10px;
|
6 |
+
margin-bottom: 4000px;
|
7 |
padding: 0;
|
8 |
text-align: center;
|
9 |
}
|
|
|
23 |
.dropzone {
|
24 |
margin-top: 20px;
|
25 |
padding: 20px;
|
26 |
+
width: 90%;
|
27 |
+
min-height: 100px;
|
28 |
border: 2px dashed #000000;
|
29 |
display: flex;
|
30 |
justify-content: center;
|
|
|
35 |
|
36 |
.prediction-container {
|
37 |
margin-top: 20px;
|
38 |
+
min-height: 100px;
|
39 |
padding: 20px;
|
40 |
+
width: 90%;
|
41 |
border: 2px solid #000000;
|
42 |
display: flex;
|
43 |
justify-content: center;
|
|
|
59 |
display: grid;
|
60 |
row-gap: 1%;
|
61 |
column-gap: 1%;
|
62 |
+
width: 90%;
|
63 |
justify-content: center;
|
64 |
align-items: center;
|
65 |
grid-template-columns: repeat(3, 1fr);
|
|
|
70 |
/* The predicted image */
|
71 |
#predicted-images img {
|
72 |
margin: auto;
|
73 |
+
width: 90%;
|
74 |
height: auto;
|
75 |
display: block;
|
76 |
align-items: center;
|