summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-03 15:10:02 -0400
committerDante Catalfamo2020-07-03 15:10:02 -0400
commit71dad28c5f0072828358594272566f797380510e (patch)
tree3d04d8b56fce5d7e0b501c65d087ee5165e89286
parent4658af2cec983cd400e015317e051a5a9bbbe6e1 (diff)
downloadhomepage-71dad28c5f0072828358594272566f797380510e.tar.gz
homepage-71dad28c5f0072828358594272566f797380510e.tar.bz2
homepage-71dad28c5f0072828358594272566f797380510e.zip
Add border to braille
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 9e46025..ef3909f 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,7 @@
}
#braille {
line-height: .92;
+ border: 1px solid white;
}
.bigguy {
display: flex;