fix: 优化自适应界面

This commit is contained in:
Daniel
2026-03-02 18:39:29 +08:00
parent 4e91018752
commit 13ca470cad
16 changed files with 145 additions and 72 deletions

View File

@@ -6,6 +6,9 @@ export default {
],
theme: {
extend: {
screens: {
'landscape-sm': { raw: '(orientation: landscape) and (max-height: 768px)' },
},
keyframes: {
'vert-marquee': {
'0%': { transform: 'translateY(0)' },