From 412b10742006df48dbde99414453c335f62942b6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 24 Mar 2025 21:55:05 +0200 Subject: Extract center column offset, reduce by 20px (#7974) * extract offset, reduce by 20px * move constant to `Layout/const.ts` --- src/components/Layout/const.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/Layout/const.ts') diff --git a/src/components/Layout/const.ts b/src/components/Layout/const.ts index 11825d323..63bb05cb0 100644 --- a/src/components/Layout/const.ts +++ b/src/components/Layout/const.ts @@ -14,3 +14,8 @@ export const BUTTON_VISUAL_ALIGNMENT_OFFSET = 3 * Corresponds to the width of a small square or round button */ export const HEADER_SLOT_SIZE = 34 + +/** + * How far to shift the center column when in the tablet breakpoint + */ +export const CENTER_COLUMN_OFFSET = -130 -- cgit 1.4.1