Explorar el Código

Fix to correct breakpoint

Stasiek Michalski hace 7 años
padre
commit
e27918e4b2
Se han modificado 1 ficheros con 7 adiciones y 4 borrados
  1. 7 4
      resources/assets/sass/custom.scss

+ 7 - 4
resources/assets/sass/custom.scss

@@ -193,6 +193,13 @@ body, button, input, textarea {
   }
 }
 
+@media (max-width: map-get($grid-breakpoints, "sm")) {
+  .card-md-rounded-0 {
+    border-width: 1px 0;
+    border-radius:0 !important;
+  }
+}
+
 @keyframes loading-bar {
   from { background-position: 0 0; }
   to { background-position: 100vw 0; }
@@ -214,10 +221,6 @@ body, button, input, textarea {
   .max-hide-overflow {
     max-height: 600px!important;
   }
-  .card-md-rounded-0 {
-    border-width: 1px 0;
-    border-radius:0 !important;
-  }
 }
 
 @media (min-width: map-get($grid-breakpoints, "md")) {