Force desktop viewport (width=1280) — data-heavy display not suited to responsive layout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-21 08:14:56 +00:00
parent d930808487
commit 1dbd7b32da

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=1280" />
<title>Kitchen</title> <title>Kitchen</title>
</head> </head>
<body> <body>