font-size fix

This commit is contained in:
Kris 2018-04-25 13:11:04 -04:00
parent 1ea27d448b
commit cd5d3025d1

View File

@ -35,7 +35,7 @@
font-size: $font-up-3;
color: $primary-medium;
@media screen and (max-width: $small-width) {
font-size: $font-down-2;
font-size: $font-up-1;
}
}
.time-read {