updated ui for index.html

This commit is contained in:
2025-12-12 12:42:17 -06:00
parent ae884e6519
commit 1f704d78fc
3 changed files with 489 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,7 @@
/* Basic layout */
:root { --accent:#0d6efd; --muted:#6b7280; --card-bg:#ffffff; --card-border:#d1e7ff; }
body{font-family:Inter,Arial,Helvetica,sans-serif;background:#f3f4f6;margin:0;color:#111; overflow:hidden; touch-action: pan-y; height:100vh; display:flex; flex-direction:column;}
.wrap{max-width:100%;box-sizing:border-box;margin:0;padding:16px;font-size:17px;display:flex;flex-direction:column;flex:1;overflow:hidden;}
.wrap{max-width:800px;box-sizing:border-box;margin:0 auto;padding:16px;font-size:17px;display:flex;flex-direction:column;flex:1;overflow:hidden;}
h1{margin:0 0 12px;text-align:center;color:var(--accent);font-size:33px;font-weight:700;}
/* Progress */
@@ -85,6 +85,7 @@
.footer{text-align:right;font-size:12px;color:var(--muted);margin-top:20px;padding-top:12px;border-top:1px solid #e5e7eb;}
/* responsive small */
@media (max-width:800px){ .wrap{max-width:100%;} }
@media (max-width:380px){ .wrap{padding:12px;} .card{height:98px;} }
</style>
</head>