From 7cdfe76d000f9ca7c21d8473dda9a21fdf16fbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon?= Date: Wed, 17 Jan 2024 13:32:03 +0100 Subject: [PATCH] chore: tiny responsive design fix --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 5f8599a..41efdc5 100644 --- a/src/App.css +++ b/src/App.css @@ -507,7 +507,7 @@ h3 { .charm-button:nth-child(10n + 8), .charm-button:nth-child(10n + 9), .charm-button:nth-child(10n + 10) { - transform: translateX(2rem); + transform: translateX(2.5rem); } }