sha
All checks were successful
Deploy to FTP / deploy (push) Successful in 5s

This commit is contained in:
Sebastian Molenda
2026-05-05 20:43:06 +02:00
parent ae9f965e03
commit 77d5af8fa0
5 changed files with 45 additions and 51 deletions

View File

@@ -7,9 +7,10 @@
*{box-sizing:border-box}
html,body{height:100%}
.app-wrap{width:100%;max-width:420px}
.app-wrap{width:100%;max-width:420px}
body{
margin:0; font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
background:var(--bg); color:#111; display:flex; align-items:center; justify-content:center; padding:16px;
background:var(--bg); color:#111; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; min-height:100vh; padding:16px;
}
.screen{width:100%;background:var(--card);border-radius:16px;box-shadow:0 6px 22px rgba(16,24,40,0.08);position:relative;overflow:auto;-webkit-overflow-scrolling:touch}
.screen.hidden{display:none}
@@ -62,7 +63,7 @@ body{
.summary h2{margin:6px 0}
.summary p{font-size:18px}
.app-footer{font-size:12px;color:var(--muted);text-align:center;padding:10px 0}
.app-footer{font-size:12px;color:var(--muted);text-align:center;padding:10px 0;width:100%;max-width:420px}
@media (orientation:portrait){
.screen{max-height:94vh}