From b3967c83cbdba7f44c2ecef09d3e80801106ac81 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 22:56:34 -0400 Subject: Update to Tiny CSS --- _sass/_typography.scss | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 _sass/_typography.scss (limited to '_sass/_typography.scss') 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; -} -- cgit v1.2.3