From 56a84f9574e7d2221917335b144625c04c21dbdf Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:42:14 -0500 Subject: [PATCH] goog --- index.html | 2 +- style.css | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index ee861e24..91433789 100644 --- a/index.html +++ b/index.html @@ -10503,7 +10503,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) { } - + diff --git a/style.css b/style.css index 0f500c40..ff4163ba 100644 --- a/style.css +++ b/style.css @@ -36,15 +36,6 @@ a:active, a:hover:active {color: rgb(255, 179, 255);} -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; margin-top: 15px; -} -#gameWrapper { /* make this normally positioned on the page so other elements can be under it */ - -} -#underDiv { /* make this fit inside the div */ - -} -#totalWrapper { - } #bottomInfoBox { /* place under the game canvas */ margin: 1.5em 50px 0px 50px; @@ -255,8 +246,8 @@ button, input[type="submit"], input[type="reset"] { height: 1.5em; width:100%; } -/* screen size < 700px */ -@media screen and (max-width: 700px) { /* Mobile Styles */ +/* screen size < 800px */ +@media screen and (max-width: 800px) { /* Mobile Styles */ .pagetitle { font-size: 1em; padding-left: 0.25em;