fix(footer): adjust width for center panel

This commit is contained in:
Thomas Ibarra
2019-07-30 17:50:33 -05:00
parent a39d5e5ac0
commit fc0683a407
+3
View File
@@ -2,6 +2,9 @@ import { Link } from "gatsby"
import styled from "styled-components"
export const FooterWrapper = styled.footer`
max-width: 840px;
margin: auto auto;
& a {
display: inline;
}