summaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/index.css b/src/index.css
deleted file mode 100644
index 323fa50..0000000
--- a/src/index.css
+++ /dev/null
@@ -1,34 +0,0 @@
-html {
- touch-action: manipulation;
-}
-body {
- background: #000000;
-}
-html, body {
- overflow: hidden;
- margin: 0 !important;
- padding: 0 !important;
- height: 100%;
- width: 100%;
-}
-canvas {
- margin-right: auto;
- margin-left: auto;
- display: block;
- position: absolute;
- top: 0%;
- left: 50%;
- transform: translate(-50%, 0%);
- color: #000000;
-}
-.centered {
- margin-right: auto;
- margin-left: auto;
- display: block;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- text-align: center;
- image-transform: pixelated;
-}