From 693d79f1eeaa869b3f7f2814bf1b4b9540a68094 Mon Sep 17 00:00:00 2001 From: Remilekun Salami Date: Tue, 19 May 2020 09:22:24 +0100 Subject: [PATCH] chore: content max width --- src/components/atoms/Content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/atoms/Content.js b/src/components/atoms/Content.js index b447493..ccc9150 100644 --- a/src/components/atoms/Content.js +++ b/src/components/atoms/Content.js @@ -5,6 +5,7 @@ export const Content = styled.div` display: block; margin-left: auto; margin-right: auto; + max-width: 144rem; padding-left: 2rem; padding-right: 2rem; width: 100%;