mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
12 lines
191 B
TypeScript
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;
|
|
}
|
|
`
|