From a4dd8ea1ec3b13068c86d25dddb051e63190c113 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 1 Jan 2022 02:22:24 +0200 Subject: [PATCH] fds --- files/templates/CHRISTMAS/submission.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/files/templates/CHRISTMAS/submission.html b/files/templates/CHRISTMAS/submission.html index c54e3a6b5..12e964bd3 100644 --- a/files/templates/CHRISTMAS/submission.html +++ b/files/templates/CHRISTMAS/submission.html @@ -19,10 +19,19 @@ z-index:9999; pointer-events: none; } + .sealimg { + width: 100px; + height:auto !important; + } + @media (max-width: 992px) { + .sealimg { + width: 20px; + } + } - + {% endif %} @@ -30,7 +39,7 @@ {% if p.award_count("wholesome") > 1 %} - + {% endif %} @@ -38,7 +47,7 @@ {% if p.award_count("wholesome") > 2 %} - + {% endif %} @@ -46,7 +55,7 @@ {% if p.award_count("wholesome") > 3 %} - + {% endif %}