mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 12:05:39 -05:00
* feat(client): delete a not valid variable * set validation to false if using the image Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com> --------- Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
export const MAX_MOBILE_WIDTH = 767;
|
|
export const TOOL_PANEL_HEIGHT = 37;
|
|
export const SEARCH_EXPOSED_WIDTH = 980;
|
|
export const DONATE_NAV_EXPOSED_WIDTH = 600;
|