diff --git a/module/product/css/all.css b/module/product/css/all.css index 72833ae025..0dcd638cd9 100644 --- a/module/product/css/all.css +++ b/module/product/css/all.css @@ -1,3 +1,15 @@ +@media screen and (min-width: 2048px) +{ + max-width: 2000px; +} + +@media screen and (min-width: 2560px) +{ + max-width: 2380px; +} + +.container {max-width: 2400px!important} + .side-col .detail-content {padding-left: 10px; margin-top: 0px;} .tree li.has-list.open:before {border-left: none;} #programTree li {padding: 0 0 0 8px;}