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");