summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-10-05 00:56:30 +0300
committerYuval Adam <_@yuv.al>2021-10-05 00:56:30 +0300
commit5c01a6a6844df26926349b8cf64884f1f4c73331 (patch)
tree2d2db5571579fd7d714f2318763a84ea55eb8e4a
parent9e16fd5352fdc487f223ab00895caacedf10f1de (diff)
Fix margin
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index c5e23fa..6839937 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,7 @@
font-family: sans-serif;
overflow: hidden;
position: absolute;
+ margin: 0;
width: 100%;
height: 100%;
display: flex;