Update style.css
Browse files
style.css
CHANGED
@@ -87,7 +87,7 @@
|
|
87 |
margin-left: 130px;
|
88 |
margin-right: 130px;
|
89 |
padding-bottom: 10px;
|
90 |
-
width: 1450px;
|
91 |
}
|
92 |
/* table */
|
93 |
.section_evalTable__table table {
|
@@ -161,7 +161,7 @@
|
|
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);
|
|
|
87 |
margin-left: 130px;
|
88 |
margin-right: 130px;
|
89 |
padding-bottom: 10px;
|
90 |
+
/* width: 1450px; */
|
91 |
}
|
92 |
/* table */
|
93 |
.section_evalTable__table table {
|
|
|
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);
|