diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index b7099ca9c..fd9c1e04f 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -2491,6 +2491,28 @@ transform: scale(1); } +@media screen and (max-width:1600px){ + .information_main{ + .in_banner{ + &.bannerByNSCC{ + .bannerMenus .ant-menu li{ + margin: 0 45px !important; + } + } + } + } +} +@media screen and (max-width:1400px){ + .information_main{ + .in_banner{ + &.bannerByNSCC{ + .bannerMenus .ant-menu li{ + margin: 0 25px !important; + } + } + } + } +} @keyframes moveArrow { 0% { transform: translateX(0);