From fd972aadadf3e4d9ea4114a0031e1c7761258a62 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 1 Jun 2023 11:54:58 +0300 Subject: [PATCH] ui: remove page margin for desktop --- apps/web/Components/Layout/Page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Components/Layout/Page.jsx b/apps/web/Components/Layout/Page.jsx index 6c8944f..ed97176 100644 --- a/apps/web/Components/Layout/Page.jsx +++ b/apps/web/Components/Layout/Page.jsx @@ -15,7 +15,7 @@ export const Grid = styled(Box)` ${min('desktop')} { grid-template-columns: 2fr 1fr 1.5fr; - margin: 8px 5%; + /* margin: 8px 5%; */ } ${min('desktop-xl')} {