Fix footer font in mobile

This commit is contained in:
vjrj 2018-01-24 10:28:55 +01:00
parent 84a0d0729f
commit edb3d20fca

View file

@ -77,6 +77,6 @@ body {
@include breakpoint(mobile) {
.Footer, .Footer p {
font-size: 14px;
font-size: 13px;
}
}