From 2116ac72aa02e3fcb9008ee581333b26061d29f0 Mon Sep 17 00:00:00 2001 From: Michael Van Delft Date: Fri, 22 Sep 2023 11:06:37 +0800 Subject: [PATCH] Fix line wrap on progress Introduced by changing font --- components/Game/Game.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Game/Game.module.css b/components/Game/Game.module.css index c823cd5..6273590 100644 --- a/components/Game/Game.module.css +++ b/components/Game/Game.module.css @@ -12,7 +12,7 @@ max-width: 768px; } .headerProgress { - width: 120px; + width: 145px; } .header button { aspect-ratio: 1;