✨ 主页布局构建完成
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const breakpoints = {
|
||||
'sm': '640px',
|
||||
'md': '768px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
'hidden-logo': '1736px',
|
||||
};
|
||||
export default breakpoints;
|
||||
Reference in New Issue
Block a user