From 83c50e46d83415d103ccf1c45b2a1d3454f95ea3 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:25:28 +0100 Subject: [PATCH] Change Button Size Part 2 --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 1d8ed85..db75d65 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: 19px; + width: 32px; padding: 10px; background: #2196F3; color: white; @@ -124,4 +124,4 @@ form.f-search::after { content: ""; clear: both; display: table; -} \ No newline at end of file +}