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 { ...@@ -8,7 +8,6 @@ body {
@extend .noise; @extend .noise;
font-family: $sans-font-family; font-family: $sans-font-family;
font-weight: 300; font-weight: 300;
font-size: .8em;
margin-top: 30px; margin-top: 30px;
padding: .72rem; padding: .72rem;
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
@import 'compass/layout/stretching'; @import 'compass/layout/stretching';
@import 'base'; @import 'base';
$base-font-size: 16px; $base-font-size: 12px;
$base-line-height: 26px; $base-line-height: 20px;
$headings-color: $text-color; $headings-color: $text-color;
@import 'mixins/responsive'; @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