Remove font size on body element

This commit is contained in:
Michael Rose 2014-09-04 14:48:07 -04:00
parent 23854de50b
commit 1e25af92b7

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);
}
}