Update style.css
Browse files
style.css
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
|
7 |
/* title */
|
8 |
.section_title {
|
9 |
-
margin-left:
|
10 |
-
margin-right:
|
11 |
display: flex;
|
12 |
flex-direction: column;
|
13 |
align-items: center;
|
@@ -39,8 +39,8 @@
|
|
39 |
/* button */
|
40 |
.section_button {
|
41 |
margin-top: 15px;
|
42 |
-
margin-left:
|
43 |
-
margin-right:
|
44 |
display: flex;
|
45 |
/* width: 1510px; */
|
46 |
}
|
@@ -84,10 +84,10 @@
|
|
84 |
/* evalTable */
|
85 |
.section_evalTable {
|
86 |
display: block;
|
87 |
-
margin-left:
|
88 |
-
margin-right:
|
89 |
padding-bottom: 10px;
|
90 |
-
width:
|
91 |
}
|
92 |
/* table */
|
93 |
.section_evalTable__table table {
|
@@ -155,13 +155,13 @@
|
|
155 |
/* plot */
|
156 |
.section_plot {
|
157 |
display: none;
|
158 |
-
margin-left:
|
159 |
-
margin-right:
|
160 |
padding-top: 10px;
|
161 |
padding-left: 15px;
|
162 |
padding-bottom: 10px;
|
163 |
border: 1px solid rgb(228, 228, 228);
|
164 |
-
width:
|
165 |
}
|
166 |
.section_plot__div {
|
167 |
border: 1px solid rgb(228, 228, 228);
|
@@ -221,8 +221,8 @@
|
|
221 |
/* about */
|
222 |
.section_about {
|
223 |
display: none;
|
224 |
-
margin-left:
|
225 |
-
margin-right:
|
226 |
padding-top: 10px;
|
227 |
padding-bottom: 30px;
|
228 |
border: 1px solid rgb(228, 228, 228);
|
@@ -262,8 +262,8 @@
|
|
262 |
.section_submit {
|
263 |
display: none;
|
264 |
/* margin-top: 30px; */
|
265 |
-
margin-left:
|
266 |
-
margin-right:
|
267 |
padding-top: 10px;
|
268 |
padding-bottom: 30px;
|
269 |
border: 1px solid rgb(228, 228, 228);
|
|
|
6 |
|
7 |
/* title */
|
8 |
.section_title {
|
9 |
+
margin-left: 130px;
|
10 |
+
margin-right: 130px;
|
11 |
display: flex;
|
12 |
flex-direction: column;
|
13 |
align-items: center;
|
|
|
39 |
/* button */
|
40 |
.section_button {
|
41 |
margin-top: 15px;
|
42 |
+
margin-left: 130px;
|
43 |
+
margin-right: 130px;
|
44 |
display: flex;
|
45 |
/* width: 1510px; */
|
46 |
}
|
|
|
84 |
/* evalTable */
|
85 |
.section_evalTable {
|
86 |
display: block;
|
87 |
+
margin-left: 130px;
|
88 |
+
margin-right: 130px;
|
89 |
padding-bottom: 10px;
|
90 |
+
width: 1450px;
|
91 |
}
|
92 |
/* table */
|
93 |
.section_evalTable__table table {
|
|
|
155 |
/* plot */
|
156 |
.section_plot {
|
157 |
display: none;
|
158 |
+
margin-left: 130px;
|
159 |
+
margin-right: 130px;
|
160 |
padding-top: 10px;
|
161 |
padding-left: 15px;
|
162 |
padding-bottom: 10px;
|
163 |
border: 1px solid rgb(228, 228, 228);
|
164 |
+
width: 1450px;
|
165 |
}
|
166 |
.section_plot__div {
|
167 |
border: 1px solid rgb(228, 228, 228);
|
|
|
221 |
/* about */
|
222 |
.section_about {
|
223 |
display: none;
|
224 |
+
margin-left: 130px;
|
225 |
+
margin-right: 130px;
|
226 |
padding-top: 10px;
|
227 |
padding-bottom: 30px;
|
228 |
border: 1px solid rgb(228, 228, 228);
|
|
|
262 |
.section_submit {
|
263 |
display: none;
|
264 |
/* margin-top: 30px; */
|
265 |
+
margin-left: 130px;
|
266 |
+
margin-right: 130px;
|
267 |
padding-top: 10px;
|
268 |
padding-bottom: 30px;
|
269 |
border: 1px solid rgb(228, 228, 228);
|