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

Update styling

Browse files
Files changed (1) hide show
  1. web/static/styles.css +18 -8
web/static/styles.css CHANGED
@@ -1,10 +1,10 @@
1
  body {
2
  font-family: 'Helvetica';
3
- margin-top: 100px;
4
- margin-left: 100px;
5
- margin-right: 100px;
6
  padding: 0;
7
- text-align: center; /* Centering content */
8
  }
9
 
10
  .header {
@@ -21,7 +21,7 @@ body {
21
 
22
  .dropzone {
23
  margin-top: 20px;
24
- width: 52%;
25
  min-height: 500px;
26
  border: 2px solid #000000;
27
  display: flex;
@@ -33,7 +33,7 @@ body {
33
 
34
  .right-container {
35
  margin-top: 20px;
36
- width: 52%;
37
  padding: 20px;
38
  border: 2px solid #000000;
39
  display: block;
@@ -156,10 +156,20 @@ 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: 10px;
 
 
 
 
 
 
 
 
 
 
160
  }
161
 
162
- .dropzone {
163
  width: 48%;
164
  }
165
 
 
1
  body {
2
  font-family: 'Helvetica';
3
+ margin-top: 40px;
4
+ margin-left: 10px;
5
+ margin-right: 10px;
6
  padding: 0;
7
+ text-align: center;
8
  }
9
 
10
  .header {
 
21
 
22
  .dropzone {
23
  margin-top: 20px;
24
+ width: 95%;
25
  min-height: 500px;
26
  border: 2px solid #000000;
27
  display: flex;
 
33
 
34
  .right-container {
35
  margin-top: 20px;
36
+ width: 95%;
37
  padding: 20px;
38
  border: 2px solid #000000;
39
  display: block;
 
156
  /* For tablets and desktops, add a breakpoint */
157
  @media (min-width: 768px) {
158
  body {
159
+ font-family: 'Helvetica';
160
+ margin-top: 90px;
161
+ margin-left: 10px;
162
+ margin-right: 10px;
163
+ padding: 0;
164
+ text-align: center;
165
+ }
166
+
167
+ .container {
168
+ flex-direction: row;
169
+ justify-content: space-around;
170
  }
171
 
172
+ .left-container, .dropzone {
173
  width: 48%;
174
  }
175