mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
11 lines
232 B
TypeScript
11 lines
232 B
TypeScript
import { Theme } from '@emotion/react';
|
|
|
|
export const media: Theme['media'] = {
|
|
mobile: '768px',
|
|
tablet: '1024px',
|
|
small_desktop: '1280px',
|
|
medium_desktop: '1440px',
|
|
large_desktop: '1920px',
|
|
xlarge_desktop: '2560px',
|
|
};
|