mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 21:32:59 +02:00
Add files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const size = {
|
||||
desktop: '320px',
|
||||
mobile: '640px',
|
||||
};
|
||||
|
||||
export const device = {
|
||||
desktop: `(max-width: ${size.desktop})`,
|
||||
mobile: `(max-width: ${size.mobile})`,
|
||||
};
|
||||
Reference in New Issue
Block a user