ソースを参照

change confidential max-width for md

kaoritokashiki 5 年 前
コミット
8bb46747f6
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/client/styles/scss/_navbar.scss

+ 3 - 0
src/client/styles/scss/_navbar.scss

@@ -40,6 +40,9 @@
   }
   }
   .nav-item.confidential {
   .nav-item.confidential {
     max-width: 120px; //追加
     max-width: 120px; //追加
+    @include media-breakpoint-only(md) {
+      max-width: 100px;
+    }
     max-height: 52px;
     max-height: 52px;
     overflow: hidden;
     overflow: hidden;
     background: rgba(0, 0, 0, 0.2);
     background: rgba(0, 0, 0, 0.2);