From 91ffe22e8501a786b86def615e4def60db176917 Mon Sep 17 00:00:00 2001 From: Paras Singh <56398287+parassingh016@users.noreply.github.com> Date: Sat, 22 Oct 2022 12:03:23 +0530 Subject: [PATCH] Update styles.css --- 7-bank-project/solution/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/7-bank-project/solution/styles.css b/7-bank-project/solution/styles.css index 38c760dd..40bfb280 100644 --- a/7-bank-project/solution/styles.css +++ b/7-bank-project/solution/styles.css @@ -37,7 +37,7 @@ html, body, #app { body { font-family: Arial, Helvetica, sans-serif; - font-size: 14px; + font-size: 16px; } h2 { @@ -57,7 +57,7 @@ form { input { margin-top: var(--space-xs); margin-bottom: var(--space-sm); - height: 40px; + height: 45px; padding: var(--space-xs) var(--space-sm); border: 1px solid var(--border); border-radius: var(--radius); @@ -99,7 +99,7 @@ button:hover { button:focus { outline: none; - border: 2px solid var(--grey); + border: 3px solid var(--grey); } .error {