From fc55883a6b65c0de4b46b5dd1555b37564cf756f Mon Sep 17 00:00:00 2001 From: vuillaume Date: Thu, 15 Aug 2024 13:47:00 +0200 Subject: [PATCH] test --- text-reverse.css | 33 +-------------------------------- text-reverse.js | 4 ++-- 2 files changed, 3 insertions(+), 34 deletions(-) diff --git a/text-reverse.css b/text-reverse.css index fdadfcd..bad8b51 100644 --- a/text-reverse.css +++ b/text-reverse.css @@ -162,38 +162,7 @@ body { padding: 10px; line-height: 25px; text-align: center; + display: none; } -@media screen and (max-width: 400px) { - - .block { - - width: 90vw; - height: 90vh; - - } - - .input:focus { - - bottom: 100px; - - } - - .input:focus ~ .score { - display: none; - } - - .input:focus ~ .scoreBest { - display: none; - } - - .input:focus ~ .btn:nth-child(2) { - bottom: 70px; - } - - .input:focus ~ .timer { - bottom: 70px; - left: 110px; - } -} \ No newline at end of file diff --git a/text-reverse.js b/text-reverse.js index 4da12bf..5e1f71f 100644 --- a/text-reverse.js +++ b/text-reverse.js @@ -1,8 +1,8 @@ //------Https------\\ -if (window.location.protocol != "https:") { +/*if (window.location.protocol != "https:") { window.location.protocol="https:"; -} +}*/ const text = document.querySelector(".text"); const input = document.querySelector(".input");