From aa348f4d9f1589ea5c2073890f010bb91378ad50 Mon Sep 17 00:00:00 2001 From: ktyl Date: Fri, 31 Dec 2021 23:09:47 +0000 Subject: [PATCH] improve planet scaling on squatter mobile resolutions --- src/inc_css/planets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inc_css/planets.css b/src/inc_css/planets.css index 9088723..d2433b0 100644 --- a/src/inc_css/planets.css +++ b/src/inc_css/planets.css @@ -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%); }