[object Object]

← back to Forza

add missing viewport meta to root index.html

e57c7879a7a6fe377496bfafb7268942c7a59bb8 · 2026-05-18 20:19:18 -0700 · SteveStudio2

Files touched

Diff

commit e57c7879a7a6fe377496bfafb7268942c7a59bb8
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon May 18 20:19:18 2026 -0700

    add missing viewport meta to root index.html
---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index 2a2c49d..62b7bf1 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
 <html lang="en">
 <head>
 <meta charset="utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
 <title>FORZA — 3 theme mockups</title>
 <style>
   body{font-family:-apple-system,system-ui,sans-serif;background:#0a1733;color:#fff;padding:60px;margin:0;line-height:1.5}

← 71b09ce snapshot: 1 file(s) changed, +1 new  ·  back to Forza  ·  guard diary TOC builder against missing #toc-list element e823c46 →