_bs-maxlength.scss 116 B

1234567
  1. @media only screen and (max-width: 767px) {
  2. .bootstrap-maxlength {
  3. &.bottom-left {
  4. margin-left: 40px;
  5. }
  6. }
  7. }