File size: 112 Bytes
1e92f2d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export const breakpoints = {
  sm: "480px",
  md: "768px",
  lg: "1024px",
  xl: "1280px",
  "2xl": "1536px",
}