From 6e76712ee05e3c84367e8d46a375b7e6ec643d45 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 26 Jun 2023 13:20:24 +0300 Subject: [PATCH] reduce size of confetti award on mobile --- files/assets/css/awards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index ee5fac6c9..7764a038b 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -90,7 +90,7 @@ /*fireworks*/ .firework img { - max-width: 15rem; + max-width: min(15vw,15rem); } /*ricardo*/