improve planet scaling on squatter mobile resolutions

This commit is contained in:
ktyl 2021-12-31 23:09:47 +00:00
parent 690f0675ba
commit aa348f4d9f
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
}
@media only screen and (max-width: 600px) {
.planets {
height: 100vmax;
width: 100vmax;
height: 200vmax;
width: 200vmax;
transform: scale(0.5) translate(50%, 50%);
}