Skip to content

Instantly share code, notes, and snippets.

@regepan
Last active November 24, 2020 02:36
Show Gist options
  • Select an option

  • Save regepan/d0b558b9b7756ccb9dd4505cd8e770d3 to your computer and use it in GitHub Desktop.

Select an option

Save regepan/d0b558b9b7756ccb9dd4505cd8e770d3 to your computer and use it in GitHub Desktop.
.row {
  [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;

    @media (max-width: $screen-xs-max) {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment