From ea6401a006e4ae90ecf9dc58785ba236ecc5ac94 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 16 May 2026 20:17:19 +0200 Subject: [PATCH] fix: constrain calculator width on calc-02 sample --- samples/calc-02/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/calc-02/index.css b/samples/calc-02/index.css index 27d3e56..2caa8d8 100644 --- a/samples/calc-02/index.css +++ b/samples/calc-02/index.css @@ -51,6 +51,7 @@ body { .calculator { width: 100%; + max-width: 460px; height: auto; display: grid; padding: 8px;