diff options
author | Dante Catalfamo | 2020-07-03 14:59:15 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-03 14:59:15 -0400 |
commit | f4d27236e71b97b74ff7b8a1c0e7b163512c90e1 (patch) | |
tree | da6c7d32e0e8d901976780ca1ab1000e1097c791 | |
parent | 472e81a2b713e6149af4e56e4046c1aa6a9c1812 (diff) | |
download | homepage-f4d27236e71b97b74ff7b8a1c0e7b163512c90e1.tar.gz homepage-f4d27236e71b97b74ff7b8a1c0e7b163512c90e1.tar.bz2 homepage-f4d27236e71b97b74ff7b8a1c0e7b163512c90e1.zip |
Links on braille
-rw-r--r-- | braille.js | 2 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ "use strict"; -const OUTHEIGHT = 20; +const OUTHEIGHT = 30; const OUTWIDTH = 2 * OUTHEIGHT; const HEIGHT = 3 * OUTHEIGHT; const WIDTH = 2 * OUTWIDTH; @@ -31,6 +31,7 @@ .links { font-size: 16px; display: inline-block; + position: absolute; } .links > span { color: white; |