From 0fb7da83d4ccccba1f349119e5c8227dcd66f732 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:41:50 +0300 Subject: [PATCH] Decrease space below leaderboard --- app/components/Main.tsx | 4 ++-- app/styles/utils.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/Main.tsx b/app/components/Main.tsx index 7c2ab685c..7fffc72ee 100644 --- a/app/components/Main.tsx +++ b/app/components/Main.tsx @@ -31,7 +31,7 @@ export const Main = ({ classNameOverwrite ? clsx(classNameOverwrite, { "half-width": halfWidth, - "pt-12-forced": showLeaderboard, + "pt-8-forced": showLeaderboard, }) : clsx( "layout__main", @@ -39,7 +39,7 @@ export const Main = ({ { "half-width": halfWidth, bigger, - "pt-12-forced": showLeaderboard, + "pt-8-forced": showLeaderboard, }, className, ) diff --git a/app/styles/utils.css b/app/styles/utils.css index 74ab020e5..07460f377 100644 --- a/app/styles/utils.css +++ b/app/styles/utils.css @@ -166,8 +166,8 @@ padding-block-end: var(--s-4); } -.pt-12-forced { - padding-block-start: var(--s-12) !important; +.pt-8-forced { + padding-block-start: var(--s-8) !important; } .m-auto-0 {