forked from rDrama/rDrama
1
0
Fork 0

fix floating awards being too large

master
Aevann1 2022-06-10 17:47:17 +02:00
parent f082dcffa2
commit 558726228e
1 changed files with 24 additions and 24 deletions

View File

@ -190,13 +190,13 @@
{% if SITE_NAME == 'PCM' and p.award_count("toe") %}
<style>
.toeimg {
width: 100px;
height: auto;
width: 100px !important;
height: auto !important;
}
@media (max-width: 992px) {
.toeimg {
width: 30px;
height: auto;
width: 30px !important;
height: auto !important;
}
}
@ -272,13 +272,13 @@
height: 100% !important;
}
.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;
}
}
</style>
@ -325,13 +325,13 @@
height: 100% !important;
}
.toeimg {
width: 100px;
height: auto;
width: 100px !important;
height: auto !important;
}
@media (max-width: 992px) {
.toeimg {
width: 30px;
height: auto;
width: 30px !important;
height: auto !important;
}
}
</style>
@ -398,13 +398,13 @@
{% if p.award_count("train") %}
<style>
.trainimg {
width: 100px;
height: 51px;
width: 100px !important;
height: 51px !important;
}
@media (max-width: 992px) {
.trainimg {
width: 40px;
height: 20px;
width: 40px !important;
height: 20px !important;
}
}
</style>
@ -453,13 +453,13 @@
top: 90%
}
.croagimg {
width: 169px;
height: 68px;
width: 169px !important;
height: 68px !important;
}
@media (max-width: 992px) {
.croagimg {
width: 100px;
height: 40px;
width: 100px !important;
height: 40px !important;
}
}
</style>
@ -491,13 +491,13 @@
{% if p.award_count("scooter") %}
<style>
.scooterimg {
width: 100px;
height: 135px;
width: 100px !important;
height: 135px !important;
}
@media (max-width: 992px) {
.scooterimg {
width: 40px;
height: 54px;
width: 40px !important;
height: 54px !important;
}
}
</style>