From 779d3c36be0cafb7bf5549a9d0e3758b911a5989 Mon Sep 17 00:00:00 2001 From: n loewen Date: Thu, 21 Sep 2023 15:45:58 -0700 Subject: [PATCH] (CSS) Change spacing to fit better on most phone screens --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 35fcad8..b02a2fc 100644 --- a/style.css +++ b/style.css @@ -49,6 +49,8 @@ body { position: relative; /* Required for the absolute positioning of the triangle-label */ width: 20vh; height: 20vh; + max-width: 40vw; + max-height: 40vw; } .triangle-bottom {