From f4d27236e71b97b74ff7b8a1c0e7b163512c90e1 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 3 Jul 2020 14:59:15 -0400 Subject: Links on braille --- braille.js | 2 +- index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3