summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--braille.js2
-rw-r--r--index.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/braille.js b/braille.js
index 8d94db7..fe81c6e 100644
--- a/braille.js
+++ b/braille.js
@@ -1,6 +1,6 @@
"use strict";
-const OUTHEIGHT = 20;
+const OUTHEIGHT = 30;
const OUTWIDTH = 2 * OUTHEIGHT;
const HEIGHT = 3 * OUTHEIGHT;
const WIDTH = 2 * OUTWIDTH;
diff --git a/index.html b/index.html
index a995095..32c743b 100644
--- a/index.html
+++ b/index.html
@@ -31,6 +31,7 @@
.links {
font-size: 16px;
display: inline-block;
+ position: absolute;
}
.links > span {
color: white;