mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 13:35:44 +01:00
Small header (#1721)
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
@@ -30,20 +30,20 @@ export type Device = {
|
||||
|
||||
export const devices = {
|
||||
mobile: {
|
||||
width: 768
|
||||
width: 768,
|
||||
},
|
||||
tablet: {
|
||||
width: 769
|
||||
width: 769,
|
||||
},
|
||||
desktop: {
|
||||
width: 1024
|
||||
width: 1024,
|
||||
},
|
||||
widescreen: {
|
||||
width: 1216
|
||||
width: 1216,
|
||||
},
|
||||
fullhd: {
|
||||
width: 1408
|
||||
}
|
||||
width: 1408,
|
||||
},
|
||||
};
|
||||
|
||||
export type DeviceType = keyof typeof devices;
|
||||
|
||||
Reference in New Issue
Block a user