summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 4f0cd20..7bc2794 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -10,7 +10,8 @@
display: flex;
flex-direction: column;
justify-content: center;
- height: 100%;
+ height: 100vh;
+ margin: 0;
}
section {