소스 검색

more max-width in sp

reiji-h 2 년 전
부모
커밋
92fae70023
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/components/Common/PagePathNav/PagePathNav.module.scss

+ 1 - 1
apps/app/src/components/Common/PagePathNav/PagePathNav.module.scss

@@ -30,7 +30,7 @@
       max-width: calc(80% - (500px - (100vw - 100%) / 2));
     }
     @include bs.media-breakpoint-down(md) {
-      max-width: calc(100% - 350px);
+      max-width: calc(100% - 135px);
     }
   }
 }