瀏覽代碼

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);
     }
   }
 }