parts: hero: mobile fixes

This commit is contained in:
He4eT 2025-04-20 01:48:56 +02:00
commit 7c8681027e

View file

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