BraydenMoore commited on
Commit
47d888e
·
1 Parent(s): bb728f2

Update styling

Browse files
Files changed (1) hide show
  1. web/static/styles.css +2 -7
web/static/styles.css CHANGED
@@ -156,15 +156,10 @@ visibility: visible; /* Show the tooltip on image hover */
156
  /* For tablets and desktops, add a breakpoint */
157
  @media (min-width: 768px) {
158
  body {
159
- margin: 100px;
160
  }
161
 
162
- .container {
163
- flex-direction: row;
164
- justify-content: space-around;
165
- }
166
-
167
- .left-container, .dropzone {
168
  width: 48%;
169
  }
170
 
 
156
  /* For tablets and desktops, add a breakpoint */
157
  @media (min-width: 768px) {
158
  body {
159
+ margin: 10px;
160
  }
161
 
162
+ .dropzone {
 
 
 
 
 
163
  width: 48%;
164
  }
165