Commit 1c3ac651 authored by Randall Leeds's avatar Randall Leeds

Trade a body font resize for a correct base size

parent d26ea0ec
......@@ -8,7 +8,6 @@ body {
@extend .noise;
font-family: $sans-font-family;
font-weight: 300;
font-size: .8em;
margin-top: 30px;
padding: .72rem;
......
......@@ -2,8 +2,8 @@
@import 'compass/layout/stretching';
@import 'base';
$base-font-size: 16px;
$base-line-height: 26px;
$base-font-size: 12px;
$base-line-height: 20px;
$headings-color: $text-color;
@import 'mixins/responsive';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment