Remove font size on body element

This commit is contained in:
Michael Rose 2014-09-04 14:48:07 -04:00
parent c26f6380c4
commit b543d049c7

View file

@ -4,9 +4,6 @@ body {
width: 100%;
background-color: $body-color;
border-top: 5px solid $black;
@include media($medium) {
@include font-size(20);
}
}