Skip to content

Instantly share code, notes, and snippets.

@jxnblk
Created August 19, 2013 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jxnblk/6265326 to your computer and use it in GitHub Desktop.
Save jxnblk/6265326 to your computer and use it in GitHub Desktop.
Margin Utilities
.m-1 { margin: 1rem; }
.mt-1 { margin-top: 1rem; }
.mr-1 { margin-right: 1rem; }
.mb-1 { margin-bottom: 1rem; }
.ml-1 { margin-left: 1rem; }
.m-2 { margin: 2rem; }
.mt-2 { margin-top: 2rem; }
.mr-2 { margin-right: 2rem; }
.mb-2 { margin-bottom: 2rem; }
.ml-2 { margin-left: 2rem; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment