parts: hero: mobile tower size

This commit is contained in:
He4eT 2025-04-25 17:51:01 +02:00
commit c81d2c93b7

View file

@ -94,7 +94,7 @@
@media (max-width: 500px) { @media (max-width: 500px) {
.hero .tower { .hero .tower {
margin: calc(1 * var(--step)); margin: calc(1 * var(--step));
height: auto; height: calc(20 * var(--step));
max-width: calc(10 * var(--step)); width: calc(10 * var(--step));
} }
} }