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") %}
<style>
.sealimg {
width: 100px;
height: 89.5px;
width: 100px !important;
height: 89.5px !important;
}
@media (max-width: 992px) {
.sealimg {
width: 30px;
height: 27px;
width: 30px !important;
height: 27px !important;
}
}