From 8d992491e6f2fa29313f309dbe4b02c803f80df5 Mon Sep 17 00:00:00 2001 From: Simao Rodrigues Date: Wed, 29 Nov 2023 11:19:49 +0000 Subject: [PATCH 1/2] Add lateral padding to the static-pages section component on mobile --- frontend/src/components/static-pages/section/index.tsx | 2 +- frontend/src/layouts/static-page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/static-pages/section/index.tsx b/frontend/src/components/static-pages/section/index.tsx index 5345f1fe..a6862ea3 100644 --- a/frontend/src/components/static-pages/section/index.tsx +++ b/frontend/src/components/static-pages/section/index.tsx @@ -29,7 +29,7 @@ export type SectionProps = PropsWithChildren<{ const Section = forwardRef(({ borderTop = true, children }, ref) => (
diff --git a/frontend/src/layouts/static-page.tsx b/frontend/src/layouts/static-page.tsx index b2da40ce..2d4bdf31 100644 --- a/frontend/src/layouts/static-page.tsx +++ b/frontend/src/layouts/static-page.tsx @@ -27,7 +27,7 @@ const Sidebar: React.FC = ({ sections }) => { }; return ( -
+