commit fea04262f005a5cdede8049813e627fa30cddfb8
parent 1a2943bf6781286ec76ee718c283fa876898c6d4
Author: Peter <peter@minskio.co.uk>
Date: Wed, 20 Apr 2022 14:17:05 +0100
Hide scrollbar, removed unused CSS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -6,7 +6,7 @@
<style>
:root{--main-bg-color:#2e3440;--prompt-bg-color:#151515;--input-color:#6c99bb;--text-color:#d6dce8}
*{margin:0;padding:0;border:0;outline:0;font-family:monospace;font-size:1rem}
- body{width:100vw;height:100vh;align-items:center;justify-content:center;overflow:hidden;background-color:var(--main-bg-color)}
+ body{overflow:hidden;background-color:var(--main-bg-color)}
div#introduction p{width:56vw;margin:auto;color:var(--text-color);margin-top:10%}
#screen{width:56vw;box-shadow:1px 1px 10px;border-radius:4px;padding:1.5em 0;background-color:var(--prompt-bg-color);margin:auto;margin-top:2rem;margin-bottom:2rem}
#input{padding-left:20px;padding-right:10px;color:var(--input-color)}