Update style.css
Browse files
style.css
CHANGED
@@ -12,7 +12,6 @@
|
|
12 |
flex-direction: column;
|
13 |
align-items: center;
|
14 |
justify-content: center;
|
15 |
-
/* width: 1510px; */
|
16 |
}
|
17 |
.section_title h1 {
|
18 |
margin-top: 30px;
|
@@ -42,7 +41,6 @@
|
|
42 |
margin-left: 130px;
|
43 |
margin-right: 130px;
|
44 |
display: flex;
|
45 |
-
/* width: 1510px; */
|
46 |
}
|
47 |
.section_button button {
|
48 |
text-align: center;
|
@@ -87,7 +85,6 @@
|
|
87 |
margin-left: 130px;
|
88 |
margin-right: 130px;
|
89 |
padding-bottom: 10px;
|
90 |
-
/* width: 1450px; */
|
91 |
}
|
92 |
/* table */
|
93 |
.section_evalTable__table table {
|
@@ -103,9 +100,6 @@
|
|
103 |
.section_evalTable__table th {
|
104 |
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
105 |
}
|
106 |
-
.section_evalTable__table th.th_model{
|
107 |
-
text-align: left;
|
108 |
-
}
|
109 |
.section_evalTable__table td.td_a {
|
110 |
text-align: left;
|
111 |
}
|
@@ -167,7 +161,7 @@
|
|
167 |
padding-left: 15px;
|
168 |
padding-bottom: 10px;
|
169 |
border: 1px solid rgb(228, 228, 228);
|
170 |
-
width:
|
171 |
}
|
172 |
.section_plot__div {
|
173 |
border: 1px solid rgb(228, 228, 228);
|
@@ -235,7 +229,6 @@
|
|
235 |
/* border-top-right-radius: 5px;
|
236 |
border-bottom-left-radius: 5px;
|
237 |
border-bottom-right-radius: 5px; */
|
238 |
-
/* width: 1510px; */
|
239 |
}
|
240 |
.section_about h2 {
|
241 |
font-size: 25px;
|
@@ -276,8 +269,6 @@
|
|
276 |
/* border-top-right-radius: 5px;
|
277 |
border-bottom-left-radius: 5px;
|
278 |
border-bottom-right-radius: 5px; */
|
279 |
-
/* width: 1510px; */
|
280 |
-
|
281 |
}
|
282 |
.section_submit h2 {
|
283 |
font-size: 25px;
|
@@ -304,6 +295,6 @@
|
|
304 |
}
|
305 |
/* submit */
|
306 |
|
307 |
-
.u {
|
308 |
color: #ad64d4
|
309 |
-
}
|
|
|
12 |
flex-direction: column;
|
13 |
align-items: center;
|
14 |
justify-content: center;
|
|
|
15 |
}
|
16 |
.section_title h1 {
|
17 |
margin-top: 30px;
|
|
|
41 |
margin-left: 130px;
|
42 |
margin-right: 130px;
|
43 |
display: flex;
|
|
|
44 |
}
|
45 |
.section_button button {
|
46 |
text-align: center;
|
|
|
85 |
margin-left: 130px;
|
86 |
margin-right: 130px;
|
87 |
padding-bottom: 10px;
|
|
|
88 |
}
|
89 |
/* table */
|
90 |
.section_evalTable__table table {
|
|
|
100 |
.section_evalTable__table th {
|
101 |
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
102 |
}
|
|
|
|
|
|
|
103 |
.section_evalTable__table td.td_a {
|
104 |
text-align: left;
|
105 |
}
|
|
|
161 |
padding-left: 15px;
|
162 |
padding-bottom: 10px;
|
163 |
border: 1px solid rgb(228, 228, 228);
|
164 |
+
width: 1470px;
|
165 |
}
|
166 |
.section_plot__div {
|
167 |
border: 1px solid rgb(228, 228, 228);
|
|
|
229 |
/* border-top-right-radius: 5px;
|
230 |
border-bottom-left-radius: 5px;
|
231 |
border-bottom-right-radius: 5px; */
|
|
|
232 |
}
|
233 |
.section_about h2 {
|
234 |
font-size: 25px;
|
|
|
269 |
/* border-top-right-radius: 5px;
|
270 |
border-bottom-left-radius: 5px;
|
271 |
border-bottom-right-radius: 5px; */
|
|
|
|
|
272 |
}
|
273 |
.section_submit h2 {
|
274 |
font-size: 25px;
|
|
|
295 |
}
|
296 |
/* submit */
|
297 |
|
298 |
+
/* .u {
|
299 |
color: #ad64d4
|
300 |
+
} */
|