diff --git a/files/templates/submission.html b/files/templates/submission.html index b35df3577d..1f888e72ce 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -20,10 +20,18 @@ z-index:9999; pointer-events: none; } + .sealimg { + width: 100px; + } + @media (max-width: 992px) { + .sealimg { + width: 20px; + } + } - + {% endif %} @@ -31,7 +39,7 @@ {% if p.award_count("wholesome") > 1 %} - + {% endif %} @@ -39,7 +47,7 @@ {% if p.award_count("wholesome") > 2 %} - + {% endif %} @@ -47,7 +55,7 @@ {% if p.award_count("wholesome") > 3 %} - + {% endif %}