summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-03 14:59:15 -0400
committerDante Catalfamo2020-07-03 14:59:15 -0400
commitf4d27236e71b97b74ff7b8a1c0e7b163512c90e1 (patch)
treeda6c7d32e0e8d901976780ca1ab1000e1097c791
parent472e81a2b713e6149af4e56e4046c1aa6a9c1812 (diff)
downloadhomepage-f4d27236e71b97b74ff7b8a1c0e7b163512c90e1.tar.gz
homepage-f4d27236e71b97b74ff7b8a1c0e7b163512c90e1.tar.bz2
homepage-f4d27236e71b97b74ff7b8a1c0e7b163512c90e1.zip
Links on braille
-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;