fix gigantic wholesome award size on mobile

master
Aevann1 2022-06-07 12:52:48 +02:00
parent 4a98c2a639
commit ecc121bf93
1 changed files with 4 additions and 4 deletions

View File

@ -115,13 +115,13 @@
{% if p.award_count("wholesome") %} {% if p.award_count("wholesome") %}
<style> <style>
.sealimg { .sealimg {
width: 100px; width: 100px !important;
height: 89.5px; height: 89.5px !important;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.sealimg { .sealimg {
width: 30px; width: 30px !important;
height: 27px; height: 27px !important;
} }
} }