aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-11-14 13:39:07 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-11-14 13:39:07 +1100
commitb2d61f5602476d2d01748e2b123f8ece6c7aeb5f (patch)
tree456014addd5ddb5ddd0e114b73768bf733dffc96
parentd6fd8ebf8667cad13392aff185fa5da7a7e82cbe (diff)
downloadBIP39-b2d61f5602476d2d01748e2b123f8ece6c7aeb5f.tar.gz
BIP39-b2d61f5602476d2d01748e2b123f8ece6c7aeb5f.tar.zst
BIP39-b2d61f5602476d2d01748e2b123f8ece6c7aeb5f.zip
Card suit font height is closer to text height
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index c16dce8..e772546 100644
--- a/src/index.html
+++ b/src/index.html
@@ -62,7 +62,7 @@
62 padding-bottom: 5px; 62 padding-bottom: 5px;
63 } 63 }
64 .card-suit { 64 .card-suit {
65 font-size: 26px; 65 font-size: 19px;
66 line-height: 0; 66 line-height: 0;
67 } 67 }
68 .card-suit.club { 68 .card-suit.club {