From fc0683a40754891788198c296a787c3001573dcf Mon Sep 17 00:00:00 2001 From: Thomas Ibarra Date: Tue, 30 Jul 2019 17:50:33 -0500 Subject: [PATCH] fix(footer): adjust width for center panel --- src/components/Footer/styles.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Footer/styles.tsx b/src/components/Footer/styles.tsx index e73d4a5..8e1f496 100644 --- a/src/components/Footer/styles.tsx +++ b/src/components/Footer/styles.tsx @@ -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; }