refactor(containers): clean up container styling

This commit is contained in:
Thomas Ibarra
2019-07-31 10:42:19 -05:00
parent 1fa92ac026
commit b684ddc8bd
6 changed files with 9 additions and 33 deletions
-3
View File
@@ -2,9 +2,6 @@ import { Link } from "gatsby"
import styled from "styled-components"
export const FooterWrapper = styled.footer`
max-width: 840px;
margin: auto auto;
& a {
display: inline;
}