mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 18:05:32 -05:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
export const MAX_MOBILE_WIDTH = 767;
|
|
export const EX_SMALL_VIEWPORT_HEIGHT = 300;
|
|
export const TOOL_PANEL_HEIGHT = 37;
|
|
export const SEARCH_EXPOSED_WIDTH = 980;
|