|
@@ -217,16 +217,20 @@ tr.highlight-row {
|
|
|
}
|
|
|
|
|
|
/* index-block width control by screen size. */
|
|
|
-@media screen and (min-width: 1440px) {
|
|
|
- .index-block {
|
|
|
- width: 1200px;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media screen and (max-width: 1439px) {
|
|
|
- .index-block {
|
|
|
- width: calc(100vw - 80px);
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
-}
|
|
|
+.index-block {
|
|
|
+ width: 1200px;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+//@media screen and (min-width: 1440px) {
|
|
|
+// .index-block {
|
|
|
+// width: 1200px;
|
|
|
+// overflow: hidden;
|
|
|
+// }
|
|
|
+//}
|
|
|
+//
|
|
|
+//@media screen and (max-width: 1439px) {
|
|
|
+// .index-block {
|
|
|
+// width: calc(100vw - 80px);
|
|
|
+// overflow: hidden;
|
|
|
+// }
|
|
|
+//}
|