diff --git a/static/assets/JSON/changelog.json b/static/assets/JSON/changelog.json index 10830cd..0f5e7ed 100644 --- a/static/assets/JSON/changelog.json +++ b/static/assets/JSON/changelog.json @@ -1,10 +1,10 @@ [ + { + "date": "10/24/2023", + "simpleDescription": "Small Updates, 2 new links (join discord)" + }, { "date": "10/23/2023", "simpleDescription": "Large Game Dump, added 15+ games" - }, - { - "date": "10/20/2023", - "simpleDescription": "Added games, other small updates" } ] \ No newline at end of file diff --git a/static/assets/JSON/cheats.json b/static/assets/JSON/cheats.json index 2e53819..4a9fc20 100644 --- a/static/assets/JSON/cheats.json +++ b/static/assets/JSON/cheats.json @@ -14,11 +14,6 @@ "source": "/service/hvtrs8%2F-efpwzxlg.js%2Cva%2F", "image": "https://edpuzzle.imgix.net/edpuzzle-logos/vertical-logo.png" }, - { - "name": "PowerSchool", - "source": "/assets/misc/cheats/powerschool.html", - "image": "/assets/img/powerschool.png" - }, { "name": "Prodigy", "source": "/assets/misc/cheats/prodigy.html", diff --git a/static/assets/css/main.css b/static/assets/css/main.css index 43f57f2..aa883b1 100644 --- a/static/assets/css/main.css +++ b/static/assets/css/main.css @@ -175,7 +175,7 @@ button { .mainpage-text { box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color); background-color: var(--background-color); - margin-right: 10vh; + margin-right: 15vh; width: 75vh; height: 52vh; color: var(--text); @@ -559,7 +559,7 @@ input:checked+.slider:before { box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color); width: 80vh; height: 52vh; - margin-left: 10vh; + margin-left: 15vh; padding-top: 2vh; padding-bottom: 2vh; padding-left: 2vh;