mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
parts: hero: mobile tower size
This commit is contained in:
parent
5c44040356
commit
86e33df5c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue