From 30fad6e2e3773890710073e1d5d2a8add039e9dc Mon Sep 17 00:00:00 2001 From: neru Date: Sun, 31 May 2026 11:56:29 -0300 Subject: [PATCH] fix: make width look better on low width --- src/app/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.css b/src/app/page.css index 37b4c8a..50c9906 100644 --- a/src/app/page.css +++ b/src/app/page.css @@ -64,7 +64,7 @@ body { padding: 35px 25px 25px 25px; position: relative; max-width: 400px; - width: 100%; + width: calc(100% - 30px); border: 1px solid var(--pink-accent); outline: 4px solid #fff;