From a48e64e72a1e5a89f3615ed82005c42b4549eb2f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 24 Mar 2025 22:23:27 +0200 Subject: make the sidebar smaller when offset, reduce total offset (#8052) --- src/components/Layout/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Layout') diff --git a/src/components/Layout/const.ts b/src/components/Layout/const.ts index 63bb05cb0..2b5d3a1fc 100644 --- a/src/components/Layout/const.ts +++ b/src/components/Layout/const.ts @@ -18,4 +18,4 @@ export const HEADER_SLOT_SIZE = 34 /** * How far to shift the center column when in the tablet breakpoint */ -export const CENTER_COLUMN_OFFSET = -130 +export const CENTER_COLUMN_OFFSET = -105 -- cgit 1.4.1