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) {
.hero .tower {
margin: calc(1 * var(--step));
height: auto;
max-width: calc(10 * var(--step));
height: calc(20 * var(--step));
width: calc(10 * var(--step));
}
}