diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index dc9ddbf47..9750cad5e 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -50,6 +50,12 @@ font-size: 25px; } + @media (min-width: 767.98px) { + .awards-wrapper a i { + font-size: 45px; + } + } + .awards-wrapper a.disabled { opacity: 0.6; }