From b2d61f5602476d2d01748e2b123f8ece6c7aeb5f Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 14 Nov 2016 13:39:07 +1100 Subject: [PATCH] Card suit font height is closer to text height --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ padding-bottom: 5px; } .card-suit { - font-size: 26px; + font-size: 19px; line-height: 0; } .card-suit.club { -- 2.41.0