Skip to content

Commit 56cbe82

Browse files
fix: zoom out certificate further on mobile
Lower the mobile certificate UI scale clamp so the full certificate fits better on phone screens.
1 parent bcb9db9 commit 56cbe82

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.42, calc((100vw - 44px) / 794), 0.58); }
604+
:root { --cert-ui-scale: clamp(0.34, calc((100vw - 56px) / 794), 0.50); }
605605
}
606606

607607
/* ── Mobile ── */

0 commit comments

Comments
 (0)