Explorar el Código

change confidential max-width for md

kaoritokashiki hace 5 años
padre
commit
8bb46747f6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/client/styles/scss/_navbar.scss

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

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