From a830dc385ee8d0aa3f9c32ca69f7804f7b50fa82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Tue, 27 Apr 2021 13:00:26 +0200 Subject: [PATCH] Design fix --- frontend/components/Content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Content.ts b/frontend/components/Content.ts index b7e9489..1d19a20 100644 --- a/frontend/components/Content.ts +++ b/frontend/components/Content.ts @@ -3,5 +3,5 @@ import styled from "https://esm.sh/styled-components"; export const Content = styled.div` flex-direction: row; width: 80%; - max-width: 1423px; + max-width: 1462px; `;