Style improvements for mobile
This commit is contained in:
parent
c79f8b5f8b
commit
cd16f45d8e
28 changed files with 345 additions and 120 deletions
|
|
@ -31,4 +31,4 @@ const Footer = (props) => {
|
|||
|
||||
Footer.propTypes = {};
|
||||
|
||||
export default translate([], { wait: true })(Footer)
|
||||
export default translate([], { wait: true })(Footer);
|
||||
|
|
|
|||
|
|
@ -72,3 +72,9 @@ body {
|
|||
-webkit-transform: rotate(-180deg);
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
|
||||
@include breakpoint(mobile) {
|
||||
.Footer, .Footer p {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue