Skip to content

Instantly share code, notes, and snippets.

@maynagashev
Last active February 7, 2018 16:43
Show Gist options
  • Save maynagashev/9ccb50200e4b8031874ae5677a606b48 to your computer and use it in GitHub Desktop.
Save maynagashev/9ccb50200e4b8031874ae5677a606b48 to your computer and use it in GitHub Desktop.
Bootstrap 4 spacing
/* top */
.p-t-0 { padding-top: 0px; }
.p-t-1 { padding-top: 10px; }
.p-t-2 { padding-top: 15px; }
.p-t-3 { padding-top: 30px; }
/* bottom */
.p-b-0 { padding-bottom: 0px; }
.p-b-1 { padding-bottom: 10px; }
.p-b-2 { padding-bottom: 15px; }
.p-b-3 { padding-bottom: 30px; }
.m-b-0 { margin-bottom: 0px; }
.m-b-1 { margin-bottom: 10px; }
.m-b-2 { margin-bottom: 15px; }
.m-b-3 { margin-bottom: 30px; }
/* Spacing Utilities https://v4-alpha.getbootstrap.com/utilities/spacing/ */
/* top */
.pt-0 { padding-top: 0px; }
.pt-1 { padding-top: 10px; }
.pt-2 { padding-top: 15px; }
.pt-3 { padding-top: 30px; }
.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 15px; }
.mt-3 { margin-top: 30px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment