mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -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;
|