import { Link } from "gatsby" import styled from "styled-components" export const FooterWrapper = styled.footer` max-width: 840px; margin: auto auto; & a { display: inline; } `