From b543d049c76c7f589000755a50bc1177f3d7d878 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 4 Sep 2014 14:48:07 -0400 Subject: [PATCH] Remove font size on body element --- _sass/_layout.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index d75c642..8ac944c 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -4,9 +4,6 @@ body { width: 100%; background-color: $body-color; border-top: 5px solid $black; - @include media($medium) { - @include font-size(20); - } }