1
0
Stasiek Michalski 7 жил өмнө
parent
commit
172c0c5d66

+ 6 - 0
resources/assets/sass/custom.scss

@@ -173,3 +173,9 @@ body, button, input, textarea {
     background-size: cover;
     background-position: 50%;
 }
+
+@media (max-width: map-get($grid-breakpoints, "md")) {
+ .border-md-left-0 {
+  border-left:0!important
+ }
+}