diff --git a/app.html b/app.html index c1ef531..fecd0a5 100644 --- a/app.html +++ b/app.html @@ -27,8 +27,9 @@ "Helvetica Neue", Arial, sans-serif; background: var(--bg); color: var(--text); - min-width: 320px; + min-width: 1280px; line-height: 1.6; + transform-origin: top left; } a { color: inherit; @@ -998,5 +999,32 @@ + diff --git a/company.html b/company.html index 92307a9..97eb29a 100644 --- a/company.html +++ b/company.html @@ -22,8 +22,9 @@ font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif; background: var(--bg); color: var(--text); - min-width: 320px; + min-width: 1280px; line-height: 1.6; + transform-origin: top left; } a { color: inherit; text-decoration: none; } @@ -65,6 +66,7 @@ min-height: 100vh; } .container { + width: 1000px; max-width: 1000px; margin: 0 auto; padding: 0 24px; @@ -476,6 +478,33 @@ +