diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-11 22:59:47 -0400 |
commit | d5560f3dd006cbb21c2ce2da9bbbe723b7fc2a2d (patch) | |
tree | 9989d0c958937611595666f0bafb8a1cdfef1bef /_sass/_typography.scss | |
parent | 6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff) | |
parent | af51b0ef270746181e4d43626074f5b08bcaf9c3 (diff) |
Merge pull request #6 from benburwell/use-primer-css
Use Tiny CSS
Diffstat (limited to '_sass/_typography.scss')
-rw-r--r-- | _sass/_typography.scss | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/_sass/_typography.scss b/_sass/_typography.scss deleted file mode 100644 index a97953e..0000000 --- a/_sass/_typography.scss +++ /dev/null @@ -1,40 +0,0 @@ -body { - line-height: 2.2; -} - -h1, h2, h3, h4, h5, h6 { - font-family: $sans; - font-weight: 200; - line-height: 1.3; -} - -h1 { - font-size: 2rem; - margin-top: 2.5rem; - margin-bottom: 1.5rem; -} - -h2 { - font-size: 1.5rem; - margin-top: 1rem; - margin-bottom: 0.5rem; -} - -h1 small { - font-size: 1rem; - padding-left: 1rem; -} - -pre, code, kbd { - font-size: 0.9rem; - color: $gray; -} - -pre, code { - white-space: pre; -} - -p { - margin-top: 1rem; - margin-bottom: 1rem; -} |