Force desktop viewport (width=1280) — info-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-20 23:15:55 +00:00
parent da8c27d0de
commit f26141f258

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/forecasting/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/forecasting/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=1280" />
<title>Forecasting</title> <title>Forecasting</title>
</head> </head>
<body> <body>