From a877315ce0c558c3f3623d6ed61a7320b2340e18 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Wed, 21 Mar 2018 00:51:52 +0100 Subject: [PATCH] Increased font size for buttons with 2px --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5e7fedf..195f6f7 100755 --- a/css/style.css +++ b/css/style.css @@ -266,7 +266,7 @@ body { text-transform: uppercase; position: relative; z-index: 1; - font-size: 12px; + font-size: 14px; letter-spacing: 0px; padding: 12px 15px 10px; }