Add border breakpoint

This commit is contained in:
Stasiek Michalski 2018-06-03 15:04:02 +02:00 committed by GitHub
parent 32eca1a0fc
commit 172c0c5d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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
}
}