This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user