Skip to content

Instantly share code, notes, and snippets.

@devinhalladay
Created October 12, 2014 16:47
Show Gist options
  • Save devinhalladay/974d997dcbfc1ef880d4 to your computer and use it in GitHub Desktop.
Save devinhalladay/974d997dcbfc1ef880d4 to your computer and use it in GitHub Desktop.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
cursor: auto;
}
p, table, figure, blockquote, pre, ul, ol,
h1, .alpha,
h2, .beta {
margin-bottom: $baseline;
}
img {
max-width: 100%;
}
ul, ol {
padding-left: $baseline;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment