From e177946bbd618b844c7aa9b4f97564c06831021e Mon Sep 17 00:00:00 2001 From: Marisa Gaming <111249711+CirnoMoment@users.noreply.github.com> Date: Sat, 24 Sep 2022 15:20:42 -0500 Subject: [PATCH] fixed-scrolling-past-footer Now you shouldn't be able to scroll past the footer due to the size of the oval. --- public/assets/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 2f52611..02fcfca 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -636,8 +636,8 @@ section.update-signup div.circle { /* the next 4 lines make it so the circle is always the same aspect ratio and covers enough of the screen */ width: 2591px; height: 1454px; - min-width: 135vw; - min-height: 76vw; /* yes, this is supposed to be in vw */ + min-width: 145vw; + min-height: 13vw; /* yes, this is supposed to be in vw */ border-radius: 100%; position: absolute; top: 0; @@ -1009,4 +1009,4 @@ section.update-signup div.circle { .purple-circle { display: none; } -} \ No newline at end of file +}