improve planet scaling on squatter mobile resolutions
This commit is contained in:
parent
690f0675ba
commit
aa348f4d9f
|
@ -12,8 +12,8 @@
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.planets {
|
.planets {
|
||||||
height: 100vmax;
|
height: 200vmax;
|
||||||
width: 100vmax;
|
width: 200vmax;
|
||||||
|
|
||||||
transform: scale(0.5) translate(50%, 50%);
|
transform: scale(0.5) translate(50%, 50%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue