diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-11-14 13:39:07 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-11-14 13:39:07 +1100 |
commit | b2d61f5602476d2d01748e2b123f8ece6c7aeb5f (patch) | |
tree | 456014addd5ddb5ddd0e114b73768bf733dffc96 | |
parent | d6fd8ebf8667cad13392aff185fa5da7a7e82cbe (diff) | |
download | BIP39-b2d61f5602476d2d01748e2b123f8ece6c7aeb5f.tar.gz BIP39-b2d61f5602476d2d01748e2b123f8ece6c7aeb5f.tar.zst BIP39-b2d61f5602476d2d01748e2b123f8ece6c7aeb5f.zip |
Card suit font height is closer to text height
-rw-r--r-- | src/index.html | 2 |
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 { |