From 8974fe6f43db5ce46556ff5fd0ac5be91af1acae Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Wed, 21 Mar 2018 01:02:40 +0100 Subject: [PATCH] Increased tiny buttons font size by 2px --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 0af89dd..25a055a 100755 --- a/css/app.css +++ b/css/app.css @@ -1371,7 +1371,7 @@ button, .button { font-size: 0.8125rem; } button.tiny, .button.tiny { padding: 0.625rem 1.25rem 0.6875rem 1.25rem; - font-size: 0.6875rem; } + font-size: 0.8571rem; } button.expand, .button.expand { padding-left: 0; padding-right: 0;