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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user