From 4fb832c0422107e16f22b7aa928224f36de4978f Mon Sep 17 00:00:00 2001 From: Ramires Viana <59319979+ramiresviana@users.noreply.github.com> Date: Mon, 1 Mar 2021 12:57:39 +0000 Subject: [PATCH] feat: increased header button counter size --- frontend/src/css/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/css/styles.css b/frontend/src/css/styles.css index 21fc27f9..c265c483 100644 --- a/frontend/src/css/styles.css +++ b/frontend/src/css/styles.css @@ -96,10 +96,11 @@ color: #fff; border-radius: 50%; font-size: .75em; - width: 1.5em; - height: 1.5em; + width: 1.8em; + height: 1.8em; text-align: center; - line-height: 1.25em; + line-height: 1.55em; + font-weight: bold; border: 2px solid white; }