Widen layout on tablet landscape while keeping 1080p desktop width.

Use max-w-6xl between 1024-1919px for iPad landscape, reset to max-w-4xl at 1920px for unchanged desktop.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-11 08:54:01 +08:00
parent 1d887a7a10
commit 234ce18756
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -13,6 +13,10 @@ module.exports = {
"max-w-6xl",
"max-w-7xl",
"max-w-[1440px]",
"min-[1024px]:max-w-5xl",
"min-[1024px]:max-w-6xl",
"min-[1920px]:max-w-3xl",
"min-[1920px]:max-w-4xl",
"min-[1921px]:max-w-4xl",
"min-[1921px]:max-w-5xl",
"min-[1921px]:max-w-6xl",