BraydenMoore commited on
Commit
86ac58d
·
1 Parent(s): 0b94eac

Update styling

Browse files
Files changed (1) hide show
  1. web/static/styles.css +5 -5
web/static/styles.css CHANGED
@@ -22,7 +22,7 @@ body {
22
 
23
  .dropzone {
24
  margin-top: 20px;
25
- width: 90%;
26
  min-height: 100px;
27
  border: 2px dashed #000000;
28
  display: flex;
@@ -153,7 +153,7 @@ visibility: visible; /* Show the tooltip on image hover */
153
  }
154
 
155
  /* For tablets and desktops, add a breakpoint */
156
- @media (min-width: 768px) {
157
  body {
158
  font-family: 'Helvetica';
159
  margin-top: 90px;
@@ -163,15 +163,15 @@ visibility: visible; /* Show the tooltip on image hover */
163
  text-align: center;
164
  margin-bottom: 100px;
165
  }
166
-
167
  .dropzone {
168
  min-height: 225px;
169
- width: 48%;
170
  }
171
 
172
  .prediction-container {
173
  min-height: 225px;
174
- width: 48%;
175
  }
176
 
177
  #predicted-images {
 
22
 
23
  .dropzone {
24
  margin-top: 20px;
25
+ width: 95%;
26
  min-height: 100px;
27
  border: 2px dashed #000000;
28
  display: flex;
 
153
  }
154
 
155
  /* For tablets and desktops, add a breakpoint */
156
+ @media (min-width: 900px) {
157
  body {
158
  font-family: 'Helvetica';
159
  margin-top: 90px;
 
163
  text-align: center;
164
  margin-bottom: 100px;
165
  }
166
+
167
  .dropzone {
168
  min-height: 225px;
169
+ width: 40%;
170
  }
171
 
172
  .prediction-container {
173
  min-height: 225px;
174
+ width: 40%;
175
  }
176
 
177
  #predicted-images {