From 6c7d9458f4c2000d81204b91714049671af07a8d Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:25:59 +0100 Subject: [PATCH] Change Button Size Part 3 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index db75d65..c1c905a 100644 --- a/css/style.css +++ b/css/style.css @@ -105,7 +105,7 @@ form.f-search input[type=text] { /* Style the submit button */ form.f-search button { float: left; - width: 32px; + width: 34px; padding: 10px; background: #2196F3; color: white;