diff options
Diffstat (limited to 'src/components/Layout')
-rw-r--r-- | src/components/Layout/const.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |