Fix footer font in mobile
This commit is contained in:
parent
84a0d0729f
commit
edb3d20fca
1 changed files with 1 additions and 1 deletions
|
|
@ -77,6 +77,6 @@ body {
|
||||||
|
|
||||||
@include breakpoint(mobile) {
|
@include breakpoint(mobile) {
|
||||||
.Footer, .Footer p {
|
.Footer, .Footer p {
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue