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