From 69678c3c98c109cdbc8e338cb393858c456e632c Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Sun, 22 Sep 2024 19:25:11 -0700 Subject: [PATCH] Fixed Mobile CheckBox --- css/index.css | 14 ++++++++++++++ index.html | 12 ++++++------ js/mobilecheck.js | 4 ++++ 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/css/index.css b/css/index.css index cabd9a3..a5a6aa1 100644 --- a/css/index.css +++ b/css/index.css @@ -16,6 +16,13 @@ body { justify-content: center; margin: 0 auto; } +.mobileContainer19 { + display: flex; + width: 1%; + flex-wrap:wrap; + justify-content: center; + margin: 0 auto; +} .Container18{ display: flex; width: 1%; @@ -23,6 +30,13 @@ body { justify-content: center; margin: 0 auto; } +.Container19{ + display: flex; + width: 1%; + flex-wrap:wrap; + justify-content: center; + margin: 0 auto; +} .Container15{ display: flex; width: 1%; diff --git a/index.html b/index.html index eb67631..51e8937 100644 --- a/index.html +++ b/index.html @@ -31,18 +31,18 @@ -
+

Version 1.9

- -