mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-14 10:01:58 -04:00
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
6 lines
226 B
TypeScript
6 lines
226 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;
|
|
export const GITHUB_LOCATION = 'https://github.com/freeCodeCamp';
|