Skip to content

Commit 8c895c3

Browse files
fix: reduce mobile certificate scale to avoid zoomed view
Lower the mobile certificate UI scale range so the full certificate fits on phone screens without appearing zoomed in. Made-with: Cursor
1 parent f72cc11 commit 8c895c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ a.subpage-inline-mail {
601601

602602
@media (max-width: 640px) {
603603
/* Scale only the fixed canvas visually; layout stays pixel-locked. */
604-
:root { --cert-ui-scale: clamp(0.34, calc((100vw - 56px) / 794), 0.50); }
604+
:root { --cert-ui-scale: clamp(0.26, calc((100vw - 72px) / 794), 0.40); }
605605
}
606606

607607
/* ── Mobile ── */

0 commit comments

Comments
 (0)