Files
website/src/components/Footer/styles.tsx
T

12 lines
191 B
TypeScript

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