remotes/1693045480750635534/spooky-22
Aevann1 2022-02-12 02:26:32 +02:00
parent 294dad99a1
commit 65b38a9498
1 changed files with 4 additions and 2 deletions

View File

@ -254,8 +254,10 @@
{% if p.award_count("tilt") %}
<style>
body {
transform: rotate({{(p.award_count("tilt")/4,1)|min}}deg);
@media (min-width: 767.98px) {
body {
transform: rotate({{(p.award_count("tilt")/4,1)|min}}deg);
}
}
</style>
{% endif %}